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.
no setterinherited
mode AudioCaptureMode
The preferred audio mode for capturing the local participant's audio.
getter/setter pair
noiseReduction NoiseReduction?
The preferred level of noise reduction. This property is supported only in the Standard mode.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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