Azure-Samples/SpeechToText-WebSockets-Javascript

Does not work with MediaDevices.getUserMedia, therefore iOS is not supported

anton-bot opened this issue · 2 comments

I want to use the Bing Speech to Text in a browser on an iOS device, which supports MediaDevices.getUserMedia. However, this implementation still uses navigator.getUserMedia, which means it won't work.

When could I expect the MediaDevices.getUserMedia support to be implemented? Thanks.

From a quick look this does not look like a big deal as I could only find 3 instances to fix starting at

https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia

Should work now, give it a try.