This is a simple web video chat app with all the feature of a standard chat app like zoom or google meet.
It is live [https://cutt.ly/fn4a5k5]
- realtime video chat
- realtime text chat
- mute and unmute
- play and stop video
- Clone the repo
gh repo clone sadiqabubakar526/ZOOM-CLONE
- Installing Dependencies
npm install
- Starting server
npm start
make sure that the peer js port is 3030 on localhost
for hosting, change the port to 443
Pull requests are welcome