Video Conference application wherein users can connect over video audio as well as text.
Video Conference application wherein users can connect over video audio as well as text. The user can also take notes during the meeting. The user can make an agenda to follow through the meeting using to do list, the user can also text people before he joins the meeting and after.
- User login
- Creating and joining public teams channels
- In-call messaging
- Chatting before and after the call
- Personal notes
- To-do list
- Enabling/disabling microphone
- Enabling/disabling camera
Username | demo |
---|---|
Password | demo |
Project is created with:
To get a local copy up and running follow these simple example steps.
Clone the repo
git clone
Install NPM packages
npm install
Install Nodemon:
npm install nodemon -g
To start the server type:
nodemon server.js
After instalation go to:
localhost:3040/register
Distributed under the MIT License. See LICENSE
for more information.