I am working on a single Android application with p2p video chat functionality, like Skype. while researching on google, i got some libraries but got nothing for native android.
I decided to go with WebRTC using the PubNub api. How can I create my own client for Android video chat using libraries?
I found one code for my own video chat client,
https://github.com/pchab/AndroidRTC
this demo application requires a url with IP: PORT, so I have one confusion as to how the server will be?
Can anybody help me?
android server webrtc pubnub videochat
Ajay
source share