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

    Interface CreateMergeRecordingOptions

    interface CreateMergeRecordingOptions {
        channel1: MergeChannelEntry[];
        channel2: MergeChannelEntry[];
        dirPath?: string;
        sessionId: string;
        type?: "participant" | "track";
        webhookUrl?: string;
    }
    Index
    channel1: MergeChannelEntry[]

    Left/first channel sources. Required, non-empty.

    channel2: MergeChannelEntry[]

    Right/second channel sources. Required, non-empty.

    dirPath?: string
    sessionId: string

    The session whose participant audio to merge. Required.

    type?: "participant" | "track"

    Global override for each channel entry's type.

    webhookUrl?: string