opentok / opentok-react

React components for OpenTok.js
https://www.npmjs.com/package/opentok-react
MIT License
107 stars 105 forks source link

checkSystemRequirements implementation openTok #125

Open Ganesh-grandy opened 4 years ago

Ganesh-grandy commented 4 years ago

Hi, I was wondering if it was possible for someone to let me know if this library supports the checking of system requirements. Say for example iOS / Chrome / openTok. I know from the official openTok documents that this is not supported on iOS webrtc with the chrome mobile web browser. I was wondering if there was going to be support for ( https://tokbox.com/developer/sdks/js/reference/OT.html#checkSystemRequirements ) this method.

I realize that you can also accomplish the above with UserAgent.

Thanks

enricop89 commented 4 years ago

CheckSystemRequirements tells you if the system supports webRTC or not. Currently, we have a bug which returns true if you are running the function on iOS Chrome. PLease follow the update here: https://tokbox.com/developer/sdks/js/release-notes.html

oanguenot commented 3 years ago

Any updates on that issue ? Still having the same problem with version 2.20.1 with Chrome on IOS. Thanks in advance