Core forked from https://github.com/pchab/AndroidRTC GUI forked from https://github.com/GleasonK/AndroidRTC
An Android client for webrtc_server.
It is designed to demonstrate WebRTC video calls between androids clients.
You need webrtc_server up and running on port 3000, and it must be somewhere that your android can access. Modify the host string (in res/values/strings.xml) to the server IP.
#Result screen
#Login
#Register
#Main screen
#Add friend screen (search name and click the plus icon)
#When the people is online the status will change from offline to online
#Incoming call when someone calls you
#Two clients start to chat with other
#The chat between two users