Enrico Portolan

Results 64 comments of Enrico Portolan

@AshwinTayson hi, thanks for your message. From the code, it seems you're not using the opentok-react library at all :) Could you try out using OTSession, OTPublisher and OTSubscriber components?

@kamenivskyi are you able to reproduce it consistently? It sounds like a network error to me. Can you try with a different network, please? You can also inspect the session...

Yes, in iOS Safari you can't have two active getUserMedia at the same time. In your case, you have `` and the `detectDevices` function above. What's the goal of function...

OT.getDevices is a wrapper of `navigator.mediaDevices.enumerateDevices`

This is related to https://github.com/opentok/opentok-react/blob/master/src/OTPublisher.js#L38. 🤔

@ttraenkler thanks for the comment but the screen sharing freezing issue is not related to this one (it's a Chrome issue). The issue above is related to the quick sequence...

@inlightmedia do you have any steps to repro? Or is it random?

Can you confirm it's happening with the latest `opentok-react` and `@opentok/client 2.17.0`?

@SharePointPro I am not sure this is related `Disabling "Prevent Cross-Site Tracking" fixes the problem. Unfortunately asking the customer to do this is a bit of a problem.` Why should...

Hey @SharePointPro, if the issue is CORS, it should be something easy reproducible, do you agree? Plus, I tried to reproduce using your code and I don't see the error...