This is an Android Studio reference project for WebRTC based video and voice calling app. (https://appr.tc)
For downloading the latest source follow the instructions given here.
Update: As per https://github.com/webrtc/apprtc
appr.tc has been shutdown. Please use the Dockerfile to run your own test/dev instance.
The app connects to AppRTC server hosted by Google (which has been shutdown). If you wish to deploy your own server then follow the instructions given here. Or you may use out-of-the-box docker image for AppRTC-Server available here.
docker run --rm --net=host
-e PUBLIC_IP=xx.xxx.xx.xx
-it piasy/apprtc-server
http://xx.xxx.xx.xx:8080 is the server url.
Once your server is up and running, you will need to specify the server url in the Settings screen of the app. Update 'Room server URL' under Miscellaneous settings.