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

    Interface IndividualRecording

    A participant recording (whole participant) or its track variant.

    interface IndividualRecording {
        end?: string | null;
        files?: RecordingFile[];
        id: string;
        participantName?: string;
        roomId?: string;
        start?: string;
        webhook?: WebhookDeliverySummary;
        [key: string]: unknown;
    }

    Indexable

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