ConnectyCube / connectycube-web-samples

Chat and Video Chat code samples for Web, based on ConnectyCube platform
https://connectycube.com
Apache License 2.0
18 stars 29 forks source link

Call not connecting on cross browsers and mobile responsive view #186

Open shrinidhi2310 opened 2 years ago

shrinidhi2310 commented 2 years ago

Hi there,

We are trying to integrate the p2p video call functionality of connectycube for our website. We are following this document for the integration. https://developers.connectycube.com/js/

We checked the demo for the call functionality, i) The demo works fine when the caller and callee are using the same browser. For eg, user A and user B are both using chrome then the call is working fine. But if user A is using chrome and user B is using Firefox browser, then the call is not received.

ii) If user A is using a chrome browser from a laptop/system and user B is using the chrome browser on mobile, then the call is not connected between them.

The same issues on the demo URL occur on the code we have integrated based on the document also. Could you kindly let us know what causes these issues? The demo link we have used for checking- https://connectycube.github.io/connectycube-web-samples/videochat/dist/

Thanks in advance.

kavitamatondkar commented 2 years ago

Hi. Did anyone found solution for this?