Recently, our team is developing a app to help people solve problem face to face.
We Choose WEBRTC Protocol as our bridge among different platform (Android, IOS, browser etc).
But there are a hole in Android 6.0 system, the protocol can not support Android 6.0 system.
As we known, Libjingle (Http://mvnrepository.com/artifact/io.pristine) was built in December, 2015,
It hasn ' t been updated in least one year. I do not know if WebRTC are abandoned by Google, but
A lot of developers is still creating app by it.
Fortunately, though the official website does not offer the latest library, it give us a script which
Shows us how to build it.
1. Download WEBRTC Library
Https://webrtc.org/native-code/android/
Note:the source code of WEBRTC is quite large and you must has at least a gigabytes (GB) hard drive in your PC.
2. Download WEBRTC build Scripts.
git clone https://github.com/pristineio/webrtc-build-scripts.git
Note:you can use this script to download WEBRTC library, skip step 1.
3. Build Libjingle
SOURCE Android/BUILD.SHBUILD_APPRTC
NOTE:WEBRTC source code must be under the folder
Webrtc-build-scripts/webrtc/src/[source Code]
Build Android WEBRTC libjingle Library on Ubuntu