Metatell AI Bot - v0.0.10
    Preparing search index...

    Type Alias RealtimeEvent

    RealtimeEvent:
        | { state: ConnectionState; type: "state" }
        | { from?: string; payload: Uint8Array; topic: string; type: "data" }
        | { identity: string; sid: string; type: "participant-joined" }
        | { identity: string; sid: string; type: "participant-left" }
        | { code: string; message: string; type: "warning" }
        | { cause?: unknown; code: string; message: string; type: "error" }