TsubasaK111 / webrtc-playground

Messing around with WebRTC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Messing around with WebRTC

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 96.9%Language:CSS 1.9%Language:HTML 1.3%