Skip to content
This repository was archived by the owner on Apr 27, 2021. It is now read-only.

Files

webrtc-from-chat

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 18, 2016
Mar 22, 2019
Jul 22, 2019
Jul 22, 2019
Jul 19, 2019
Jul 22, 2019
Jan 8, 2016
Mar 22, 2019
Jul 19, 2019
May 19, 2016

WebRTC Video and Signaling sample

This sample demonstrates how to use WebSockets to create a signaling server for WebRTC calling. The signaling server is based on the WebSocket chat sample, but adds support for opening a video call to another user by clicking on their name in the user list sidebar.

See the article Signaling and video calling on MDN for detailed information on how this code works.