Type Alias: SessionJoinOrStart
type SessionJoinOrStart = {
sceneId: UUID;
autoJoinExisting: boolean;
isTransient: boolean;
};
Defined in: livelink.react/sources/components/core/Livelink.tsx:58
Represents the mode for either joining or starting a session.
sessionOpenMode
: Optional, defaults to"join-or-start"
.sceneId
: A valid UUID identifying the scene to use when starting the session.sessionId
: Must beundefined
.isTransient
: Specifies whether the opened session is transient (non-persistent).