-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Feature you want to implement
I will implement to get the room info for an user in a room.
It sends to all clients in real-time through a web socket of ~/room/{room_id}/info/.
Now, it will contain only players info. Concretely, the return structure is as follows:
{
"players": ["seokhwan", "jaehun"]
}How the feature is implemented
The implementation is similar to #7.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request