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
- Real time chat within and out of conferences.
- Multi participant video conference.
- User preview, with conference settings.
- Self video in floating window.
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
Open a new issue in case of any bugs or build errors.