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

    Interface ListRealtimeTranscriptionsParams

    Query params for RealtimeTranscriptionResource.list.

    Note: listing does not support filtering by roomId (and results don't carry one) — only status ("videosdk") and pagination.

    interface ListRealtimeTranscriptionsParams {
        cursor?: string;
        page?: number;
        perPage?: number;
        status?: string;
    }

    Hierarchy (View Summary)

    Index
    cursor?: string

    Opaque cursor from a previous Page.nextCursor. Overrides page/perPage.

    page?: number

    1-based page number. Defaults server-side to 1.

    perPage?: number

    Items per page. Server default is 10 or 20 depending on the resource.

    status?: string