Type Alias: SessionJoinMode
type SessionJoinMode = {
sessionId: UUID;
};
Defined in: livelink.react/sources/components/core/Livelink.tsx:41
Represents the mode for joining an existing session.
Type declaration
Name | Type | Description |
---|---|---|
sessionId | UUID | The UUID of the session to join. |