to make this work i needed to change the websocket address in [this ](https://github.com/Azure-Samples/SpeechToText-WebSockets-Javascript/blob/b5ed42600ae587920c7384fac4ba74126ca5b4f7/src/sdk/speech.browser/SpeechConnectionFactory.ts#L58) 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
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