> 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/server-room-state.md).

# Server Room State

Thanks to this enum, you can use it to specify the server's room operations in a more meaningful and readable way. For example, you can use these values during network messages or state transitions to perform corresponding operations.

### Values

1. `Create`: Represents that the presenter has created a room.
2. `Join`: Represents that the presenter has joined a room.
3. `Exit`: It represents the presenter leaving a room.
