AttendeeId TypeAlias
A Fluid client session identifier.
Signature
export type AttendeeId = SessionId & {
readonly AttendeeId: "AttendeeId";
};
Remarks
Each client once connected to a session is given a unique identifier for the duration of the session. If a client disconnects and reconnects, it will retain its identifier. Prefer use of Attendee as a way to identify clients in a session. attendeeId will provide the session ID.