Skip to content

WebRTC video chat for multi users using React and Node Express.

License

Notifications You must be signed in to change notification settings

FrogCounters/video-group-meeting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video-Group-Meeting

Videe-Group-Meeting is a simple video chat application for multi-users based on React, Node Express and WebRTC.

This project is deployed at: https://video-group-meeting.herokuapp.com/

Technologies Used

Contributors: Hyunse Kim


Features

  • Join a room
  • Video Streaming
  • Text chat
  • Mute Video/Audio
  • Screen Sharing

Installation

Clone

  • Clone this repo to your local machine using https://github.com/Hyunse/video-group-meeting.git

Setup

Client

Move to client folder, update and install this package

  
    /* Install */
    npm install
    
    /* Run */
    npm start
  

Server

Move to server folder, update and install this package

  
    /* Install */
    npm install
    
    /* Run */
    npm run dev
  

Todo 🔨🔨🔨

  • Switch Camera options

License

MIT License

About

WebRTC video chat for multi users using React and Node Express.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.4%
  • CSS 2.7%
  • HTML 1.9%