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

Update to use the newer style of getUserMedia #1026

Merged
merged 2 commits into from
Aug 16, 2018

Conversation

rosskyl
Copy link
Contributor

@rosskyl rosskyl commented Jun 27, 2018

The cognitive services back end updated to use window.navigator.mediaDevices.getUserMedia but this still checks for window.navigator.getUserMedia which is undefined in Firefox even though speech works.

/* Please update CHANGELOG.md. Under [Unreleased] section, describe your changes under 80 characters */

@msftclas
Copy link

msftclas commented Jul 4, 2018

CLA assistant check
All CLA requirements met.

@compulim
Copy link
Contributor

compulim commented Jul 4, 2018

Updated to include both window.navigator.getUserMedia and window.navigator.mediaDevices.getUserMedia check.

Also include CHANGELOG.md.

@egregius313
Copy link

@rosskyl are you able to sign the CLA?

I also need this fix in order for my application to run on Firefox.

@compulim
Copy link
Contributor

@egregius313 He has signed, I will start working on merging this PR into our next release. Stay tuned.

@compulim compulim added this to the 0.14.2 milestone Aug 16, 2018
@compulim compulim self-assigned this Aug 16, 2018
rosskyl and others added 2 commits August 16, 2018 16:00
The cognitive services back end updated to use window.navigator.mediaDevices.getUserMedia but this still checks for window.navigator.getUserMedia which is undefined in Firefox even though speech works.
@compulim compulim merged commit 98c1745 into microsoft:master Aug 16, 2018
@compulim
Copy link
Contributor

@rosskyl @egregius313 This is out on Web Chat 0.14.2.

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.

4 participants