ConnectyCube / android-messenger-app

Chat and voice / video calling app using ConnectyCube
https://connectycube.com
Apache License 2.0
51 stars 23 forks source link

The SDK (Your Server ) is blocked in many countries #96

Closed waked93 closed 2 years ago

waked93 commented 3 years ago

Hello Mr/Mrs,

We received many complains from many users of our product in many countries that call doesn't work and doesn't connected, when we checked their countries like Saudi Arabia and UAE we found that you SDK is blocked in those countries, Is there any way to fix this issue? We need you help in this issue please, it is urgent.

Note: The call is working fine in our country or when some users use VPN in blocked countries it works fine also.

Thanks

DaveLomber commented 3 years ago

@waked93 please perform thew following tests at your side and post here the results

This will help us understand what's going on at your side

1) https://test.webrtc.org

2) https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/

Here just add 2 more TUNR servers:

     {
                urls: 'turn:turn.connectycube.com:5349?transport=udp',
                username: 'connectycube',
                credential: '4c29501ca9207b7fb9c4b4b6b04faeb1'
            },
            {
                urls: 'turn:turn.connectycube.com:5349?transport=tcp',
                username: 'connectycube',
                credential: '4c29501ca9207b7fb9c4b4b6b04faeb1'
            }
TatankaConCube commented 2 years ago

No activity for a long time. So closing.