/webrtc_primer

WebRTC Primer

Primary LanguageHTMLApache License 2.0Apache-2.0

WebRTC Primer

Collect WebRTC related learning materials , write some notes and samples here.

WebRTC examples

My WebRTC example Extended from WebRTC Samples and book Real-Time Communication with WebRTC:

WebRTC Tutorial

Materials and Tools

Reference

$ git clone https://webrtc.googlesource.com/src
$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
#vi ~/.bashrc or ~/.zshrc
$ export PATH=/path/to/depot_tools:$PATH


$ mkdir webrtc-checkout
$ cd webrtc-checkout
$ fetch --nohooks webrtc
$ gclient sync