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

    Interface Transcoding

    A transcoding job.

    interface Transcoding {
        file?: {
            filePath?: string;
            fileUrl?: string;
            id?: string;
            meta?: unknown;
            size?: number;
            type?: string;
        };
        hlsId?: string;
        id: string;
        recordingIds?: string[];
        roomId?: string;
        sessionId?: string;
        startedAt?: string;
        status?: TranscodingStatus;
        stoppedAt?: string
        | null;
        task?: TranscodingTask;
        webhook?: WebhookDeliverySummary;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    file?: {
        filePath?: string;
        fileUrl?: string;
        id?: string;
        meta?: unknown;
        size?: number;
        type?: string;
    }
    hlsId?: string
    id: string
    recordingIds?: string[]
    roomId?: string
    sessionId?: string
    startedAt?: string
    stoppedAt?: string | null