@acceleratxr/core_sdk / SessionVisibility
Enumeration: SessionVisibility#
Index#
Enumeration members#
Enumeration members#
FRIENDS_EXTENDED#
• FRIENDS_EXTENDED: = “FRIENDS_EXTENDED”
Defined in src/models/Session.ts:33
The session is available to the friends of the host and their friends.
FRIENDS_ONLY#
• FRIENDS_ONLY: = “FRIENDS_ONLY”
Defined in src/models/Session.ts:35
The session is available to only the friends of the host.
INVITE_ONLY#
• INVITE_ONLY: = “INVITE_ONLY”
Defined in src/models/Session.ts:37
The session is available only by direct invitation by the host.
LOCKED#
• LOCKED: = “LOCKED”
Defined in src/models/Session.ts:39
The session is locked and cannot be modified or additional players invited.
PUBLIC#
• PUBLIC: = “PUBLIC”
Defined in src/models/Session.ts:31
The session is publically available for anyone to join.