Build a gmeet clone using sockets and nodejs.Implemented basic features like mute,unmute,video-on,video-off and chat box.
User can create new meeting or user can join the meeting with link.
They can join meeting with particular name.
User have access to chatbox in which messages sent are broadcasted to other user.
User can mute/unmute,turnon/turnoff their video and end their video.
1.Clone this repository.
2.Run npm install to install the dependencies.
3.Type nodemon server in terminal
4.Go to any browser and visit http://localhost:443/.
- Enter your name and click on new meeting to start meeting or you can enter your meeting id to join the meeting (After entering meeting id press enter don't click on new meeting otherwise it will start new meeting)
Meeting id
Selected text is your meeting id
You can mute/unmute ,hide/show their video and use chatbox for sending messages during meeting