1、webRTC相关APIgit
参考:https://github.com/ChenYilong/WebRTC/blob/master/WebRTC入门教程/WebRTC入门教程.mdgithub
1.1 功能划分web
1.2 API划分:三个JS接口编程
1.3 stun及turn服务器做用服务器
1.4 ICE 网络链接服务网络
ICE(Interactive Connectivity Establishment)框架
2、webrtc相关有用url测试
2.1 W3C关于webrtc的认证google
http://w3c.github.io/webrtc-pc/url
2.2 源码
https://webrtc.org/native-code/
2.3 官网demo
https://codelabs.developers.google.com/codelabs/webrtc-web/#0