/webrtc_primer

WebRTC Primer

Apache License 2.0Apache-2.0

WebRTC Primer

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

#git clone https://github.com/walterfan/webrtc_primer.git
git clone git@github.com:walterfan/webrtc_primer.git
cd webrtc_primer
git submodule update --init --recursive

WebRTC Quick Start

  1. Read Book

  2. Try WebRTC examples

  3. Learn WebRTC API, Spec and RFC

  4. Summary and Practice

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