I am creating an application in android on webrtc for peer to peer connection for video call and chat .
I have downloaded the demo code from WEBRTC site and successfully ran that code ( can see only video , no voice exchange), I printed all the response on log wherever I had doubt and found that after entering the room URL on dialog it return a response with lot of details like media//iceserver//stun//turn//pcconfig etc.. Here I am getting confused , like what I need to send to the server from mobile to make call and what response should I expect of other peer from server for connection . In android I am using libjingle_peerconnection.jar. I also read about crosswalk and intel xdk but I think its on phonegap , and I need it to be completely on android. I want to go to deep of the webrtc but not finding the right path . Is there any extra things required to make connection between APP calling and Browser ? Also you can suggest me topics which are helpful.