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.
- Host: GitHub
- URL: https://github.com/paahaad/peer-2-peer-video-chat
- Owner: paahaad
- Created: 2021-12-11T17:18:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T17:45:27.000Z (over 4 years ago)
- Last Synced: 2024-04-14T21:10:10.342Z (about 2 years ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.