Skip to content

paahaad/Peer-2-Peer-video-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peer-2-Peer-video-chat

Building a peer 2 peer video chat using WebRTC.

To use the app follow the steps:

  1. clone this repo to your local machine.
git clone <Link of this repo>
  1. open repo in command line and run the following command:
  npm install
  npm run dev

you will get a link of running server on terminal.

To make a call :

  1. start your WebCam
  2. Creat a offer
  3. copy the uniqueID and send it to your Friend.

To Receive a call :

  1. start your webCam
  2. get the uniqueId from your friend and past it to answerox
  3. click the answer Button.

About

Building a peer 2 peer video chat using WebRTC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published