Skip to main content
Version: v2

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];