ConnectyCube / connectycube-cordova-samples

Cordova code samples for ConnectyCube platform
https://connecycube.com
Apache License 2.0
4 stars 5 forks source link

This app has a critical bug: calls from Android to iOS don't work. #16

Open chechkovania opened 3 years ago

chechkovania commented 3 years ago

Good afternoon, installed your sample on android and ios (not emulators).

If the call is initiated by ios, then android and ios users see each other in video chat

If the call is initiated from android, then the user from ios cannot see the user from android.

An example application that we used: https://github.com/ConnectyCube/connectycube-cordova-samples/tree/master/sample-videochat-cordova

"cordova-android": "^9.1.0" "cordova-ios": "^6.2.0"

"cordova-plugin-iosrtc": "^6.0.9" "cordova-plugin-android-permissions": "^1.0.2"

DaveLomber commented 3 years ago

Hi @Chechko-Ivan

1) some more information

The Cordova video chat app uses a Web code sample as a basis https://github.com/ConnectyCube/connectycube-web-samples/tree/master/videochat

and a web demo https://connectycube.github.io/connectycube-web-samples/videochat/dist

2) regarding your issue - do you see any error logs or anything like this? It would be great if you can share if any.

2.2) Also, is it only an issue with camera display, but voice is working well? can both users hear each other?