I've successfully build the AppRTC for native android by taking code from https://github.com/njovy/AppRTCDemo and I'm able to make videocalls providing the address of the demo app ( https://apprtc.appspot.com/?r=XXXXXXXX ). Now I have install the nodejs and also run the node static server in my system. I also know that to run the app on my local server we have remove Google TURN server. But how to bypass this turn server. I have also read this ApprtcDemo with local server works between browsers but not Android native to browser but can't able to understand clearly.
The problem is that what I need to make change in my code and how to install turn server for node server so that android can connect to my local server. How to manage the setup of turn server in Centos7
and what is apprtc.py
I am new to this and does not have much knowledge of server so if i have asked anything wrong so ignore it but please reply me.
After lots of effort i have install the turn server by following the link https://www.webrtc-experiment.com/docs/TURN-server-installation-guide.html
Now i have to change the url in my code but i can't able figure what and where to make change in Apprtc demo sample for native android