Skip to content

Get a specific room info #14

@BECATRUE

Description

@BECATRUE

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions