LiveKit JS Server SDK - v2.13.3
    Preparing search index...

    Interface ParticipantEgressOptions

    interface ParticipantEgressOptions {
        encodingOptions?: EncodingOptionsPreset | EncodingOptions;
        screenShare?: boolean;
        webhooks?: WebhookConfig[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    encodingOptions?: EncodingOptionsPreset | EncodingOptions

    encoding options or preset. optional

    screenShare?: boolean

    true to capture source screenshare and screenshare_audio false to capture camera and microphone

    webhooks?: WebhookConfig[]

    webhooks to call for this request, optional.