-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update speech options to use credentials
#2759
Conversation
credentials
credentials
credentials
credentials
@tonyanziano this is the PR for having both |
packages/bundle/src/createCognitiveServicesSpeechServicesPonyfillFactory.js
Outdated
Show resolved
Hide resolved
packages/bundle/src/createCognitiveServicesSpeechServicesPonyfillFactory.js
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix samples.
(can you please answer my dumb question? haha)
@corinagum I tried both |
Hello, since a few hours we are getting an error using webchat with cognitive speech. |
@rvallireply for #2802, it is unrelated to this commit. It is a service-side issue. For this PR, we do found a bug #2822 and is going to fix it in #2824. If you see further issues, could you open a new issue? We might miss your comment in this PR because it is already merged and closed. |
Changelog Entry
Fixed
Description
Updated to use
credentials
fromweb-speech-cognitive-services
. DeprecatingauthorizationToken
,region
, andsubscriptionKey
.Specific Changes
createCognitiveServicesSpeechServicesPonyfillFactory
to usecredentials
in favor ofauthorizationToken
,region
, andsubscriptionKey
credentials