Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to show users count in room? #62

Open
manvfx opened this issue Oct 13, 2021 · 1 comment
Open

how to show users count in room? #62

manvfx opened this issue Oct 13, 2021 · 1 comment

Comments

@manvfx
Copy link

manvfx commented Oct 13, 2021

No description provided.

@devjs1000
Copy link

devjs1000 commented Jan 27, 2022

#62
use a your connection guiding server for storing data
example

const users={} //global variable
socket.on('connection', (user)=>{
users[socket.id]=user.name
}
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants