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
Created
: The room is created successfully.Joined
: Once successfully joined the room.Removed
: When successfully removed the room.Exited
: Once the room is successfully exited (But the connection remains).Fail
: When the relevant operation fails.
Last updated