I am using Azure Speech SDK
for speech recognition in my application (chrome extension).
The problem I am facing now is, if I am not using a headset, then the speech from another person (echo) in the conference is getting recognised. This is not expected.
Can anybody suggest a method for echo cancellation
using Azure Speech SDK
in the chrome extension?