This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Description
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