Replies: 2 comments 5 replies
-
Function to set or unset the name: room().set_name(...);
// argument can be a string or explicit nil to remove the name Both |
Beta Was this translation helpful? Give feedback.
0 replies
-
So we have to allow string[], not only int[] for join and leave? what about emit, there is a int room_id? I talk in socket methods concept. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, rooms can only be joined using their unique ID. To enhance usability, we propose allowing rooms to have optional, unique name within their scope. This would enable users to join rooms by name, making the process more intuitive and user-friendly.
Beta Was this translation helpful? Give feedback.
All reactions