Skip to content

realtime-apps-iap/video-call-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group Video Call Application 📸

Demo Screenshot

About

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:

Features

  • 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

Deployment

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 create

Alternatively, 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-name

Deploying application to heroku

$ git push heroku master

For more information on using Heroku, please visit the link below.
IAP notes on deployment to Heroku

About

Demo Video Call application in node.js for the Introduction to Realtime Web Apps Workshop for SUTD's Independent Activities Period (IAP) 2021.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors