-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
getUserMedia Support on network address #2668
Comments
Is it because microphone access to the browser is blocked? |
I am able to repro, and no, my browser had microphone permissions. |
Is it because http vs https? Browser don't offer media recording capability when web page is served over HTTP instead of HTTPS. On the other hand, we should better surface the error. In this case, we should disable microphone button (turn it into envelope). |
note to fixer: if for some reason getUserMedia fails we should not show the microphone button in the control |
Screenshots
Version
Master Branch Latest Bits
Describe the bug
Directline Speech icon click works fine on localhost whereas on the network URL served it breaks
Steps to reproduce
Expected behavior
Clicking the speech icon does not generate the console error and converts the speech to text in the input box
[Bug]
The text was updated successfully, but these errors were encountered: