Field | Type | Required | Description | Example |
---|---|---|---|---|
appId |
String | ✔️ | System generated unique identifier for an application. | app-af469a92-5b45-4565-b3c4-b79878de67d2 |
currentAllocation |
Optional<RoomWithoutAllocationsCurrentAllocation> | ✔️ | N/A | |
roomConfig |
JsonNullable<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 |