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

    Interface Recording

    A composited room recording.

    interface Recording {
        end?: string | null;
        file?: RecordingFile;
        id: string;
        links?: ResourceLinks;
        roomId?: string;
        start?: string;
        webhook?: WebhookDeliverySummary;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    end?: string | null
    id: string
    roomId?: string
    start?: string