AttendeeStatus TypeAlias
Represents the connection status of an Attendee.
This type can be either 'Connected'
or 'Disconnected'
, indicating whether the attendee 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 AttendeeStatus = (typeof AttendeeStatus)[keyof typeof AttendeeStatus];