Skip to content

adhamsalama/webrtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Time Videoconferencing app built with WebRTC and Node.js

Install

npm i

Run

npm run dev
  • Open a browser browser instance at http://localhost:8080/index.html.
  • Click "Create Room" and enter a room name.
  • Open another browser instance at the same URL.
  • Click "Join Room" and enter the same room name.

You should see the local video and remote video playing and showing real time video and audio.

Resources