@videosdk.live/server-sdk
    Preparing search index...

    Interface BatchCallRecord

    interface BatchCallRecord {
        attempts?: number;
        batchId: string;
        callDuration?: number | null;
        callId?: string;
        createdAt?: string;
        metadata?: Record<string, unknown>;
        phoneNumber?: string;
        reason?: string;
        recordId: string;
        recording?: unknown;
        recordingId?: string;
        status?: string;
        updatedAt?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    attempts?: number
    batchId: string
    callDuration?: number | null

    Seconds (list view).

    callId?: string
    createdAt?: string
    metadata?: Record<string, unknown>
    phoneNumber?: string
    reason?: string
    recordId: string
    recording?: unknown

    Resolved recording (list view).

    recordingId?: string
    status?: string

    Display status, e.g. scheduled / not connected.

    updatedAt?: string