About WebRTC

Basics

Standards

  • WebRTC org: This site represents WebRTC projects. Here you can find information about the native engine.

  • WebRTC Standard: This is a W3C page that has leaded the WebRTC standards.

  • IETF rtcweb WG: This is a IETF page that has leaded standards such as WebRTC communication protocols and codecs.

Code and APIs

  • WebRTC github: WebRTC source code repository

  • CodeLab: follow and learn the WebRTC code

  • Mozilla WebRTC API document: The WebRTC API documentation provided by Mozilla. You can check APIs based on the most accurate and up-to-date standards.

  • Bloggeek.me: The blog run by Tsahi , the most famous WebRTC blogger

  • WebRTCHacks: The website run by Chad Hart, the most famous WebRTC hacker and other operators such as Victor and Philipp

  • WebRTC Weekly: The latest WebRTC trends can be received on a weekly basis.

  • adapter.js: WebRTC has slightly different APIs per browser since its standardization is incomplete. Therefore, you can use adapter.js to ensure compatibility.

Last updated