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

    Interface StartParticipantRecordingInput

    interface StartParticipantRecordingInput {
        dirPath?: string;
        fileFormat?: ParticipantFileFormat;
        metadata?: Record<string, unknown>;
        participantId: string;
        webhookUrl?: string;
    }
    Index
    dirPath?: string

    Storage path prefix for the output files.

    Defaults to "webm".

    metadata?: Record<string, unknown>
    participantId: string

    The participant to record. Required.

    webhookUrl?: string