Member Junction
    Preparing search index...

    A normalized error surfaced by the room (connection failure, device error, publish failure).

    interface LiveKitRoomError {
        Cause?: unknown;
        Kind: "unknown" | "connect" | "device" | "publish" | "data" | "disconnect";
        Message: string;
    }
    Index

    Properties

    Properties

    Cause?: unknown

    The original error, when available.

    Kind: "unknown" | "connect" | "device" | "publish" | "data" | "disconnect"

    A stable category for programmatic handling.

    Message: string

    A human-readable message.