Skip to content

hiji/webrtc-web

This branch is 1 commit ahead of, 3 commits behind googlecodelabs/webrtc-web:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 10, 2019
e7caeb0 · Feb 10, 2019

History

96 Commits
May 17, 2016
Jun 15, 2018
Feb 26, 2018
Jan 15, 2018
Jan 31, 2018
Feb 10, 2019
Mar 7, 2018
May 17, 2016
Jan 2, 2018
May 17, 2016
May 17, 2016
Jan 9, 2018
May 17, 2016

Repository files navigation

Realtime communication with WebRTC

This code has the resources you need for the codelab Realtime communication with WebRTC.

This is a work in progress. If you find a mistake or have a suggestion, please file an issue. Thanks!

What you'll learn

  • Get video from your webcam
  • Stream video with RTCPeerConnection
  • Stream data with RTCDataChannel
  • Set up a signaling service to exchange messages
  • Combine peer connection and signaling
  • Take a photo and share it via a data channel

What you'll need

  • Chrome 47 or above.
  • Web Server for Chrome, or use your own web server of choice.
  • The sample code.
  • A text editor.
  • Basic knowledge of HTML, CSS and JavaScript, Node.JS.

For 'step-04', 'step-05', 'step-06'

Run npm install before running the code.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.1%
  • HTML 5.5%
  • CSS 0.4%