ClientConnectionId TypeAlias
A Fluid client connection identifier.
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/presence/alpha
.
For more information about our API support guarantees, see here.
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 ISessionClient as a way to identify clients in a session. getConnectionId() will provide the current connection identifier for a logical session client.