We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Which package/packages do you use?
@stream-io/video-react-sdk
Describe the bug [Error] [devices]: Failed to get audio stream Object
constraints: {audio: Object}
error: TypeError: undefined is not an object (evaluating 'navigator.mediaDevices.getUserMedia')
Object Prototype (anonymous function) (user-script:29:1:901) vi (vendor.js:2:1341295) (anonymous function) (vendor.js:2:1341447) (anonymous function) (vendor.js:2:1408549)
To Reproduce Open a call on chrome browser on iOS
Expected behavior Should work in mobile browsers
The text was updated successfully, but these errors were encountered:
hi @elemanhillary I'm unable to reproduce this issue on my side. I used the following app as a reference: https://getstream.io/video/demos
Could you please share what technology stack you use for your application?
Sorry, something went wrong.
where can i get demo source code
hi @elemanhillary, the full source code of our demo application can be found here:
No branches or pull requests
Which package/packages do you use?
@stream-io/video-react-sdk
Describe the bug
[Error] [devices]: Failed to get audio stream
Object
constraints: {audio: Object}
error: TypeError: undefined is not an object (evaluating 'navigator.mediaDevices.getUserMedia')
Object Prototype
(anonymous function) (user-script:29:1:901)
vi (vendor.js:2:1341295)
(anonymous function) (vendor.js:2:1341447)
(anonymous function) (vendor.js:2:1408549)
To Reproduce
Open a call on chrome browser on iOS
Expected behavior
Should work in mobile browsers
The text was updated successfully, but these errors were encountered: