AudioCaptureOptions class Models

The AudioCaptureModeOptions model allows selecting the preferred audio capture mode and additional options for the preferred mode.

This model is available in SDK 3.7 and later.

Constructors

AudioCaptureOptions(AudioCaptureMode mode, NoiseReduction? noiseReduction, {VoiceFont voiceFont = VoiceFont.none})

Properties

hashCode int
The hash code for this object.
read-onlyinherited
mode AudioCaptureMode
The preferred audio mode for capturing the local participant's audio.
read / write
noiseReduction NoiseReduction?
The preferred level of noise reduction. This property is supported only in the Standard mode.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
voiceFont VoiceFont
The preferred voice modification effect that you can use to change the local participant's voice in real time. This property is supported only in the Standard mode in SDK 3.10 and later.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited