MediaSettings class
Media settings used in an OngoingCall containing the IDs of the devices to use by default.
Constructors
- MediaSettings.new({String? videoDevice, String? audioDevice, String? outputDevice, String? screenDevice, bool? noiseSuppression = true, NoiseSuppressionLevel? noiseSuppressionLevel = NoiseSuppressionLevel.veryHigh, bool? echoCancellation = true, bool? autoGainControl = true, bool? highPassFilter = true})
Properties
- audioDevice ↔ String?
-
ID of the microphone device to use by default.
getter/setter pair
- autoGainControl ↔ bool?
-
Indicator whether auto gain control should be enabled for local tracks.
getter/setter pair
- echoCancellation ↔ bool?
-
Indicator whether echo cancellation should be enabled for local tracks.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- highPassFilter ↔ bool?
-
Indicator whether high pass filter should be enabled for local tracks.
getter/setter pair
- noiseSuppression ↔ bool?
-
Indicator whether noise suppression should be enabled for local tracks.
getter/setter pair
- noiseSuppressionLevel ↔ NoiseSuppressionLevel?
-
Desired noise suppression level for local tracks, if enabled.
getter/setter pair
- outputDevice ↔ String?
-
ID of the output device to use by default.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenDevice ↔ String?
-
ID of the screen to use in screen sharing by default.
getter/setter pair
- videoDevice ↔ String?
-
ID of the video device to use by default.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited