Member Junction
    Preparing search index...

    A full-surface overlay shown while the room is connecting/reconnecting, or after an error/disconnect. Emits Retry so the host can re-attempt the connection.

    Index

    Constructors

    Properties

    AllowRetry: boolean = true

    Whether to offer a "Rejoin" button in the disconnected state.

    DisconnectReason: LiveKitDisconnectReason | null = null

    The disconnect reason, used to title the disconnected state.

    ErrorMessage: string | null = null

    An error message to show in the error state.

    Retry: EventEmitter<void> = ...

    Emits when the user asks to (re)connect.

    Status: LiveKitConnectionStatus = 'idle'

    The current connection status driving the overlay content.

    Accessors