What it says at the top - for a given client, can I see what rooms they have joined?
Thanks
What it says at the top - for a given client, can I see what rooms they have joined?
Thanks
Given a socket
you can get all the rooms it has joined via io.sockets.manager.roomClients[socket.id]
.
See here.