# RoomStatus

The allocation status of a room.

`scheduling`: a process is not allocated yet and the room is waiting to be scheduled

`active`: ready to accept connections

`destroyed`: all associated metadata is deleted


## Values

| Name         | Value        |
| ------------ | ------------ |
| `Scheduling` | scheduling   |
| `Active`     | active       |
| `Destroyed`  | destroyed    |