Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 7.22 KB

RoomWithoutAllocations.md

File metadata and controls

12 lines (9 loc) · 7.22 KB

RoomWithoutAllocations

Fields

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 scheduled

active: ready to accept connections

destroyed: all associated metadata is deleted
active