Shikha-code36 / zoom-web2.0

Simple Web Application that offer you to create video meeting room using WebRTC and Socket. Visit the live demo
https://zoom-web2.herokuapp.com/
0 stars 0 forks source link
conference express-js html-css-javascript nodejs p2p peer-to-peer-chatting peerjs screensharing streaming video-call video-chat video-conferencing webapp webrct webrct-call webrtc-demos zoom-clone zoom-meetings zoom-webpage

Zoom Clone

This is a zoom clone

It is not an exact clone but it has the bare minimum.

Clone the app. Run npm install. Run npm run start. All from the terminal and viola, the server is started. (obviously you have to have node and npm installed).

Go to the site i.e http://localhost:443, it automatically generates an id.

To share meeting copy the full link with the id in the address bar e.g http://localhost:433/aaaa-bbbb-cccccc.

People who join with the same link would be in the same meeting as you.

Please find Live demo here Here.