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
Webchat consumes the cognitive-services-speech-sdk-js and we found that the endpoints for STT API always point to commercial cloud. From customer issue report:
Cognitive Speech API in webchat always points to the commercial endpoint. wss://virginia.stt.speech.microsoft.com instead of wss://virginia.stt.speech.azure.us as stated in this link. This is regardless of using "virginia" or "usgovvirginia" as the region parameter when constructing webSpeechPonyfillFactory.
We noticed that SpeechConnectionFactory uses .stt.speech.microsoft.com regardless of the region and perhaps this is the cause of the issue.
Could you advise us on how to use Speech API in Azure Gov clouds?
The text was updated successfully, but these errors were encountered:
This comes from a customer issue: microsoft/BotFramework-WebChat#2969
Webchat consumes the cognitive-services-speech-sdk-js and we found that the endpoints for STT API always point to commercial cloud. From customer issue report:
Cognitive Speech API in webchat always points to the commercial endpoint. wss://virginia.stt.speech.microsoft.com instead of wss://virginia.stt.speech.azure.us as stated in this link. This is regardless of using "virginia" or "usgovvirginia" as the region parameter when constructing webSpeechPonyfillFactory.
We noticed that SpeechConnectionFactory uses .stt.speech.microsoft.com regardless of the region and perhaps this is the cause of the issue.
Could you advise us on how to use Speech API in Azure Gov clouds?
The text was updated successfully, but these errors were encountered: