Skip to content

Hyunse/video-group-meeting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published