Field | Type | Required | Description | Example |
---|---|---|---|---|
AppId |
string | ✔️ | System generated unique identifier for an application. | app-af469a92-5b45-4565-b3c4-b79878de67d2 |
CurrentAllocation |
RoomWithoutAllocationsCurrentAllocation | ✔️ | N/A | |
RoomConfig |
string | ➖ | N/A | {"name":"my-room"} |
RoomId |
string | ✔️ | Unique identifier to a game session or match. Use the default system generated ID or overwrite it with your own. Note: error will be returned if roomId is not globally unique. |
2swovpy1fnunu |
Status |
RoomStatus | ✔️ | The allocation status of a room.scheduling : a process is not allocated yet and the room is waiting to be scheduledactive : ready to accept connectionsdestroyed : all associated metadata is deleted |
active |