An open API service indexing awesome lists of open source software.

https://github.com/paahaad/peer-2-peer-video-chat

Building a peer 2 peer video chat using WebRTC.
https://github.com/paahaad/peer-2-peer-video-chat

Last synced: over 1 year ago
JSON representation

Building a peer 2 peer video chat using WebRTC.

Awesome Lists containing this project

README

          

# 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
```
2. 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.