Building a peer 2 peer video chat using WebRTC.
To use the app follow the steps:
- clone this repo to your local machine.
git clone <Link of this repo>
- 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.
- start your WebCam
- Creat a offer
- copy the uniqueID and send it to your Friend.
- start your webCam
- get the uniqueId from your friend and past it to answerox
- click the answer Button.