Skip to main content

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).

Signature

export type AttendeeStatus = (typeof AttendeeStatus)[keyof typeof AttendeeStatus];