codepath / codepath/android_guides
Video conferencing in-app
- Dominant language
- No language data
- Stars
- 28.3k
- Forks
- 6.2k
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.