Type Alias: SessionJoinGuest
type SessionJoinGuest = {
clientType: "guest";
};
Defined in: livelink.react/sources/components/core/Livelink.tsx:76
Represents the mode for joining an existing session as a guest user.
Type declaration
Name | Type | Description |
---|---|---|
clientType | "guest" | The authentication type for the guest client. |