Video SDK not working on IOS, Safari,

I got an error

TypeError: navigator.mediaDevices is not an Object. (evaluating ‘"getDisplayMedia"in navigator.mediaDevices’)

but only on IOS and safari

Hey @enricke

Thanks for your feedback.

Could you share the browser version, and OS version with us?

Additionally, if you need to use video/audio functionality, the webpage needs to be in a secure context. You can use window.isSecureContext to check this.

Thanks
Vic