So, thank you for a quick reaction.
I dont find how can I create a socket io room for 2 users ?
That s interesting⌠how rooms works with Wappler ?
You can name the room anything, if you join a room that doesnât exist it will be created. When you send a message to a room, all users that joined the room will receive the message.
1 Like
can I param the room in the url to limit number of users ?
up
@patrick can you tell me if itâs possible please.
I donât think we have currently an option to get the number of users in a specific room, so to limit the number of users in a room you have to keep track of them yourself.