Search code examples
firefoxbotframeworkspeechweb-chat

MS BotChat (bot framework) Speech is not working in Firefox


I am using following article to enable speech, which is working fine in Chrome (even with bing speech).

https://learn.microsoft.com/en-us/azure/bot-service/bot-service-channel-connect-webchat-speech?view=azure-bot-service-3.0

However same is not working in Firefox, though it has been mentioned that it should work in Firefox. I also posted same question here, but havent got a reply, any suggestion? https://github.com/Microsoft/BotFramework-WebChat/issues/1141

Following is the console log of firefox:

    This browser does not support speech recognition botchat.js:20:29333
t
https://webchat.botframework.com/scripts/webchat-stable/botchat.js:20:29333
<anonymous>
https://myurl/speechtest/samples/speech/index.html:93:28
This browser does not support speech recognition CognitiveServices.js:15:32927
e
https://webchat.botframework.com/scripts/webchat-stable/CognitiveServices.js:15:32927
<anonymous>
https://myurl/speechtest/samples/speech/index.html:100:27

Solution

  • The problem was with the js file i was using. As per thread below, I downloaded correct js file and it started working.

    https://github.com/Microsoft/BotFramework-WebChat/issues/1141