Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 671 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 671 Bytes

Peer to Peer Video call App

  • A simple Peer to peer video call application
  • Uses express js server along with socket.io for signalling
  • Client uses public STUN servers to fetch ice candidate data
  • Video call data transfers from browser to browser without going through any centralized server

Features

  • Create new room
  • Request to join new room
  • Incoming call to room creator if new user requests to join

Screenshots

Screenshot (344)

Screenshot (343)