You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
to make this work i needed to change the websocket address in this line
return Storage.Local.GetOrAdd("Host", "wss://speech.platform.bing.com");to
return Storage.Local.GetOrAdd("Host", "wss://{your Deployment ID}.api.cris.ai");i also changed this in my gulped JS file under node_modules/microsoft-speech-browser-sdk/distrib/src/sdk/speech.browser/SpeechConnectionFactory.js
you should change this in your sample, as it is not working at the moment