Skip to content

WebRTC Tutorials for absolute beginners

Afaque "AKI" Hussain edited this page May 10, 2014 · 1 revision

Knowledge Prerequisites

  • Basic HTML
  • Basic Javascript (especially Javascript objects and callbacks.)

System Prerequisites

An operating system that hose a web server and run the latest version of Chrome/Chromium browser. Latest version of Chrome/Chromium browser. Any web-server software. (You can create a simple one using Python) A text editor of your choice.

Each tutorials is organized in its folder. We would recommend you going through the tutorials in the following order:

  • BareBones
  • GetUserMedia
  • RTCPeerConnection
  • RTCDataChannel
  • RTCPeerConnectionUsingSignaling
  • VideoChat
  • DataTransfer

Cheers, Afaque.