P2P Audio/Video web conference
- Node LTS
- yarn
- Clone repo:
$ git clone https://github.com/interviewr/raven-client.git
- Install dependencies:
$ yarn install
- Run the app:
$ yarn start
Note: To run this app you should have signalling server running (raven-signal). You can run it separately or via following commands:
$ make pull-signal
$ make run-signal
- Navigate to
https://localhost:3333/${roomId}