MediaSettings constructor
Implementation
MediaSettings({
this.videoDevice,
this.audioDevice,
this.outputDevice,
this.screenDevice,
this.noiseSuppression = true,
this.noiseSuppressionLevel = NoiseSuppressionLevel.veryHigh,
this.echoCancellation = true,
this.autoGainControl = true,
this.highPassFilter = true,
});