LocalAudioTrackOptions

data class LocalAudioTrackOptions(val noiseSuppression: Boolean = true, val echoCancellation: Boolean = true, val autoGainControl: Boolean = true, val highPassFilter: Boolean = true, val typingNoiseDetection: Boolean = true)

Constructors

Link copied to clipboard
constructor(noiseSuppression: Boolean = true, echoCancellation: Boolean = true, autoGainControl: Boolean = true, highPassFilter: Boolean = true, typingNoiseDetection: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard