CleverProgrammers / nodejs-zoom-clone

847 stars 484 forks source link

how can i show the number of participants in the meeting #22

Open Boopalan-M opened 3 years ago

idsus commented 3 years ago

Yes we need this!

Aztech-42 commented 3 years ago

first you make a count variable then every time a new person joins you increase count and then you display it.