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

    Interface StartCompositeRecordingInput

    interface StartCompositeRecordingInput {
        dirPath?: string;
        fileFormat?: string;
        participants?: CompositeParticipantSelector[];
        preSignedUrl?: string;
        watermarks?: CompositeWatermark[];
        webhookUrl?: string;
    }
    Index
    dirPath?: string

    Storage path prefix for the output files.

    fileFormat?: string

    Participants to compose. Empty/omitted lets the recorder auto-decide.

    preSignedUrl?: string
    watermarks?: CompositeWatermark[]

    Up to 3 watermarks.

    webhookUrl?: string