Rate this page:

AudioParams

Audio constraints. Audio device is chosen according to these settings.
Settings are specified via AudioDeviceManager.setDefaultAudioSettings and AudioDeviceManager.setCallAudioSettings.

Props

autoGainControl

Copy URL

Optional. If specified, the user agent attempts to obtain media with automatic gain control enabled or disabled as specified.

echoCancellation

Copy URL

Optional. Whether to cancel the participant's echo be cancelled. The default value is true.

inputId

Copy URL

Optional. Unique ID of microphone. It can be received via the AudioDeviceManager.getInputDevices method.

noiseSuppression

Copy URL

Optional. Whether to supprress the background noise. The default value is true.

outputId

Copy URL

Optional. Unique ID of a sound card/processor. It can be received via the AudioDeviceManager.getOutputDevices method.

strict

Copy URL

Optional. Whether all audio settings should suit each other strictly; the incorrect settings cause an error. If false, the incorrect values are changed to the best appropriate values. The default value is false.