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

    Interface BatchCallStats

    interface BatchCallStats {
        batchId: string;
        status: string;
        total?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Status-bucketed counts; keys include display labels like "not connected".

    Index
    batchId: string
    status: string
    total?: number