Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 412 Bytes

File metadata and controls

12 lines (9 loc) · 412 Bytes

Video call example using WebRTC API and Socket.io

A example app of webrtc using socket.io for signalling and public STUN/TURN servers.

Usage

  1. npm install
  2. node index.js

Demo

Visit and set a username on prompt. Call a person whose username you know 😊

For detailed tutorial:

WebRTC Code Lab