Skip to main content

ClientConnectionId TypeAlias

A Fluid client connection identifier.

Signature

export type ClientConnectionId = string;

Remarks

Each client connection is given a unique identifier for the duration of the connection. If a client disconnects and reconnects, it will be given a new identifier. Prefer use of Attendee as a way to identify clients in a session. getConnectionId() will provide the current connection identifier for a logical attendee.