-
Notifications
You must be signed in to change notification settings - Fork 336
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
Works on Desktop, but not in Chrome on Android or Safari on iOS #97
Comments
Also tried it with |
Hello @mark0978, Thank you for writing about this issue. These samples should work on mobile devices. They works fine on my iPad (13.1.3)
Also please checkout https://github.com/twilio/video-quickstart-js/blob/master/examples/mediadevices/src/helpers.js Let me know If this helps, |
@mark0978 Hello, Is your server on https or Http? if it is on Http this is the solution. https://stackoverflow.com/questions/34197653/getusermedia-in-chrome-47-without-using-https |
I'm going to close this issue now. Please feel free to reopen if the above suggestions do not help you out or you need further clarifications. Thanks, Manjesh Malavalli |
More details can be found here, but the gist is in the title.
https://stackoverflow.com/questions/59113357/why-does-twilio-video-fail-on-chrome-and-safari-on-ipad-and-android
I'm using the JS quickstart for video that has the code located here https://github.com/twilio/video-quickstart-js . The rest of the app works, but trying to preview the video gives a failure on all the mobile platforms.
The example at https://mdn-samples.mozilla.org/s/webrtc-capturestill/ works as expected in Chrome on Android and Safari on iOS, so this looks like it has to be a Twilio bug.
The error is "Unable to access Camera and Microphone" which is coming from here:
The text was updated successfully, but these errors were encountered: