> For the complete documentation index, see [llms.txt](https://reflective-roommanager.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reflective-roommanager.gitbook.io/docs/user-manual/network/room/enums/room-message-state.md).

# 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

1. `Add`: It represents the addition of a room.
2. `Update`: Represents updates to a room.
3. `Remove`: It represents the removal of a room.
