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

    Interface PaginateOptions<T>

    interface PaginateOptions<T> {
        dataKey?: string;
        map?: (item: unknown) => T;
    }

    Type Parameters

    • T
    Index
    dataKey?: string

    Response key holding the array (default data; e.g. recordings, batchCalls).

    map?: (item: unknown) => T

    Per-item transform (e.g. surface id from callId).