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

    Interface HlsToMp4Options

    interface HlsToMp4Options {
        hlsId?: string;
        roomId?: string;
        sessionId?: string;
        storage?: TranscodingStorage;
        webhookUrl?: string;
    }
    Index
    hlsId?: string
    roomId?: string

    One of roomId / sessionId / hlsId is required.

    sessionId?: string

    Output storage target; its provider must match your configured storage credentials.

    webhookUrl?: string