SIP: WebRTC
Notes and resources about WebRTC.
WebRTC Resources
General
- Mozilla developer docs
- Google html5rocks Getting Started with WebRTC, STUN, TURN and signaling, WebRTC data channels, Capturing Audio & Video
- Altanai blog
Course
- The WebRTC School WebRTC Integrator training
- FREE webrtccourse WebRTC Basics, by Tsahi Levent-Levi
- Pluralsight WebRTC Fundamentals, by Lisa Larson-Kelley
- Udemy Introduction to WebRTC, by Infinite Skills
- FREE Google Real time communication with WebRTC updated Developers Codelabs
Books
- “WebRTC: APIs and RTCWEB Protocols of the HTML5 Real-Time Web”, by Alan B. Johnston
- “Getting Started with WebRTC”, by Rob Manson
- “Real-Time Communication with WebRTC”, by Salvatore Loreto
- “WebRTC blueprints”, by Andrii Sergiienko
- FREE “High Performance Browser Networking”, by Ilya Grigorik
tools
- chrome webrtc internals
- sipjs, JS library that takes care of WebRTC and SIP signaling.
- rtc.io, collection of node.js modules
- adapter.js a shim to insulate apps from different browser implementations of WebRTC.
Standards and protocols
- WebRTC 1.0
- ietf rtcweb work group
- W3C Media Capture and Streams
- JSEP - JavaScript Session Establishment Protocol
- WebSocket Protocol as a Transport for SIP
Blogs
- webrtchacks, technical explanations on how WebRTC works
- bloggeek, by Tsahi Levent-Levi
- WebRTC Weekly, the best content about WebRTC every week
Test
Others
Certification
- The WebRTC School WSQI
Leave a Comment