For WebRTC, review these project samples: - https://github.com/pchab/AndroidRTC For video chat, the easiest way is using an existing paid SDK: - https://developer.oovoo.com/registration - http://quickblox.com/developers/Android - https://tokbox.com/platform/mobile or you can play with WebRTC on Android: - http://orcaman.blogspot.com/2014/07/building-native-android-webrtc-source.html - http://simonguest.com/2013/08/06/building-a-webrtc-client-for-android/ Additional links: - http://stackoverflow.com/questions/23982021/is-webrtc-coming-to-android-webview-when - http://www.webrtc.org/native-code/android - http://stackoverflow.com/questions/21473294/webrtc-native-api-for-android
For WebRTC, review these project samples:
For video chat, the easiest way is using an existing paid SDK:
or you can play with WebRTC on Android:
Additional links: