An video call application (similar to Zoom) that allows users to join the same video call room, and share their webcam video feed and microphone audio feed.
This application uses the following technologies:
- A room will be created for new users who don't have a room
- Application will request stream users' video and audio feed, which can be turned off.
- Users can join the same room by visiting the same generated room link
- Everyone is able to view one anothers' video and audio feed
A Heroku account and the Heroku CLI is needed to deploy this application to Heroku.
Basic Instructions for deploying application on heroku
If you want to create a new Heroku app to deploy to, navigate to the app’s directory and create a Heroku app:
$ heroku createAlternatively, if there is already a Heroku app you want to add this to, add the remote to the repository:
$ heroku git:remote -a your-app-nameDeploying application to heroku
$ git push heroku masterFor more information on using Heroku, please visit the link below.
IAP notes on deployment to Heroku
