AttendeeId TypeAlias
A Fluid client session identifier.
This API is provided as a beta preview and may change without notice.
To use, import via @fluidframework/presence/beta
.
For more information about our API support guarantees, see here.
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.