Our team is developing an 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 is a hole in Android 6.0 system, the protocol can not support Android 6.0
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git export PATH=`pwd`/depot_tools:"$PATH" git clone https://github.com/pristineio/webrtc-build-scripts.git This is only required once: # Source all the routines 使build.sh里面的一
参考自:Introduction to WebRTC on AndroidAndroid之WebRTC介绍 WebRTC被誉为是web长期开源开发的一个新启元,是近年来web开发的最重要创新.WebRTC允许Web开发者在其web应用中添加视频聊天或者点对点数据传输,不需要复杂的代码或者昂贵的配置.目前支持Chrome.Firefox和Opera,后续会支持更多的浏览器,它有能力达到数十亿的设备. 然而,WebRTC一直被误解为仅适合于浏览器.事实上,WebRTC最重要的一个特征是允许本地和we