@acceleratxr/core_sdk / SessionType
Enumeration: SessionType#
Index#
Enumeration members#
Enumeration members#
GAME#
• GAME: = “GAME”
Defined in src/models/Session.ts:20
The session is being used for active gameplay by a group of players.
LOBBY#
• LOBBY: = “LOBBY”
Defined in src/models/Session.ts:22
The session is being used for a pre/post game lobby.
PARTY#
• PARTY: = “PARTY”
Defined in src/models/Session.ts:24
The session is being used for an exclusive group of players.
WORLD#
• WORLD: = “WORLD”
Defined in src/models/Session.ts:26
The session is being used by multiple game servers to coordinate world state.