# Client Room State

These states represent the results of room operations. For example, when you successfully join a room, this `Joined` status is used. If the operation fails, the `Fail` status is used.

### Values

1. `Created`: The room is created successfully.
2. `Joined`: Once successfully joined the room.
3. `Removed`: When successfully removed the room.
4. `Exited`: Once the room is successfully exited (But the connection remains).
5. `Fail`: When the relevant operation fails.
