-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Hi, I am able to setup the server in a digital ocean droplet and i am able to make calls through android app using this "https://github.com/Piasy/AppRTC-Android" android code.
But if 2 android devices are connected to same wifi the call is getting established..
But when am under NAT (Mobile Network) , then am getting an error "ice connection failed" ..
I am aware that we have to install our own Turn server and configure it.
So i have installed Coturn in another digital ocean droplet with username and password.
And i have tested the coturn server too using this link "https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/".
But the problem is am not getting where to configure this particular turn server in the "ISBX/apprtc-node-server" code
Please help me where should i write my turn server username , url and password credentials in this repo.
Please let me know the file name in this repo , where i should configure.
Thanks in advance.