Interface ParticipantEgressOptions

interface ParticipantEgressOptions {
    encodingOptions?: EncodingOptionsPreset | EncodingOptions;
    screenShare?: boolean;
}

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