Room Message State
These states are used for room messages in network communications. For example, when a room is created or a room is closed, the corresponding actions are performed using these states.
Values
Add
: It represents the addition of a room.Update
: Represents updates to a room.Remove
: It represents the removal of a room.
Last updated