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 cloneInstall NPM packages
npm installInstall Nodemon:
npm install nodemon -gTo start the server type:
nodemon server.jsAfter instalation go to:
localhost:3040/registerDistributed under the MIT License. See LICENSE for more information.
