Skip to content
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

Support sovereign clouds #89

Merged
merged 27 commits into from
Mar 25, 2020
Merged

Support sovereign clouds #89

merged 27 commits into from
Mar 25, 2020

Conversation

compulim
Copy link
Owner

@compulim compulim commented Mar 22, 2020

Background

Sovereign cloud use special hostname.

Today, when we connect, we use SpeechConfig.fromAuthorizationToken(...). For sovereign cloud, we need to use SpeechConfig.fromHost('virginia.stt.speech.microsoft.com', ...).

Also, we are adding end-to-end tests, so our tests will use a real subscription key and talk to the production service.

Changelog

Breaking changes

Added

Removed

  • fetchAuthorizationToken is removed, by @compulim, in PR #89.

Changed

@compulim compulim changed the title [DRAFT] Support sovereign cloud [DRAFT] Support sovereign clouds Mar 22, 2020
@compulim compulim changed the title [DRAFT] Support sovereign clouds Support sovereign clouds Mar 25, 2020
@compulim compulim marked this pull request as ready for review March 25, 2020 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support gov URL
1 participant