Skip to content

Simple Web Application that offer you to create video meeting room using WebRTC and Socket. Visit the live demo

Notifications You must be signed in to change notification settings

Shikha-code36/zoom-web2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.