A video conferencing platform powered by Jitsi api infrastructure.
VMeet provides a good video quality and latency.
- Virtual Background
- Chat
- Text chat
- Raise Hand
- Live Recording
- Live Streaming
- No download required, entirely browser based
- Direct peer to peer connection ensures lowest latency
- and many more
## Quick start
- You will need to have Node.js installed, this project has been tested with Node version 12.X and 14.X
- Clone this repo
git clone https://github.com/amitycodingclub/VMeet.git
cd VMeet-main
npm install
npm build
npm start
- Open
localhost:3000
in browser and use
Feel Free to contribute!
especially the front-end ✌
- Fork the repo.
- Create a new branch named
<your_feature>
- Commit changes and make a PR.
- PRs are welcome.