Vinnu1 / simple-videochat-webrtc

Video chat between 2 people using simple-peer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Video Chat WebRTC

By using simple-peer, this web app connects video chat between two clients.

How To Use

Install dependencies - npm install
Start - npm start

For development run watchify - npm run watch

Open localhost in two browser tabs for testing. On the same machine, don't open tabs in two different browsers as it will fail to provide camera access to 2 different applications(browsers) simultaneously.
Deploy it and open url in two separate devices for real-world usage.

About

Video chat between 2 people using simple-peer


Languages

Language:JavaScript 99.0%Language:HTML 0.9%Language:CSS 0.1%