A WebRTC app that allows multiple video connections between users.
You will need to have Docker to install the app.
$ ./build.sh
To run in production mode:
$ ./run.sh up
To run in development mode:
$ ./run.sh development up
To shut down:
$ ./run.sh down
The app will run at http://localhost.
Please note, getUserMedia() requests are only allowed from secure origins(HTTPS or localhost) starting with Chrome 47.
- CSS/Design