Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 729 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 729 Bytes

React-VideoCall

Demo app: https://morning-escarpment-67980.herokuapp.com/

Video call to your friend without registering. Simply send your friend your auto-generated unique ID to make the call.
Everytime you open a new tab, the server gives you a totally different unique ID.

Development

# Running server
yarn watch:server

# Running webpack-dev-server
yarn watch:client

Deployment

Deploy