folks. So far, I have been searching "How can I get socket list in room". I was able to find a lot of results.
like this link. How to get room's clients list in socket.io 1.0 example, console.log(io.nsps['/'].adapter.rooms);
But, That answers can get the socket list in room not "Object".
I need socket object list of that into the socket in the room.
How can I get socket's object list in rooms. Please tell me solution.