/webrtc_note

My learning notes of WebRTC

Primary LanguageHTMLCreative Commons Zero v1.0 UniversalCC0-1.0

WebRTC Primer Tutorial

As a WebRTC primer, I read, learn, take notes and write program. This is the learning notes for other primer like me

Installation steps

brew install libev
brew install python3
brew install graphviz
pip install virtualenv
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt

download plantuml and put it into /usr/local/bin