Skip to main content

SessionClientStatus TypeAlias

Represents the connection status of an ISessionClient.

This type can be either 'Connected' or 'Disconnected', indicating whether the session client is currently connected to the Fluid service.

When 'Disconnected': - State changes are kept locally and communicated to others upon reconnect. - Notification requests are discarded (silently).

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 SessionClientStatus = (typeof SessionClientStatus)[keyof typeof SessionClientStatus];