I am trying to create an android application for video chat and messaging by using WebRtc Native apis. I have been through several links and found out that most of the docum
@Mark Sherman gave a good answer on how to get the libjingle lib into compiling into your project. You will still need to come up with your own signaling service. The project I found helpful which includes an Android Client and service is the following:
Client - https://github.com/pchab/AndroidRTC
Signaling - https://github.com/pchab/ProjectRTC
You can also check out Ericsson's cross platform extensive SDK called OpenWebRTC:
http://www.openwebrtc.org/
https://github.com/EricssonResearch/openwebrtc-android-sdk