Skip to content

4D17Y4/OMeet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OMeet

A realtime chat and video conference application.

This project was developed for Microsoft engage program as a challenge to clone Microsoft Teams.

Deployed Site -- Demo video -- Presentation

Project Features

  • Real time chat within and out of conferences.
  • Multi participant video conference.
  • User preview, with conference settings.
  • Self video in floating window.

Screenshots

Home Screen

image

Chat Room

image

User Preview

image

Conference Room Chat

image

Conference Room

image

Setup

Clone the project

foo@bar:~$ git clone https://github.com/4D17Y4/OMeet.git

Navigate to the repository in local system.

Setup and start the server.

foo@bar:~$ cd server
foo@bar:~$ npm i
foo@bar:~$ nodemon server.js 

Setup and start the client.

foo@bar:~$ cd client 
foo@bar:~$ npm i
foo@bar:~$ npm start 

Contribute

Open a new issue in case of any bugs or build errors.

About

Video Chat Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published