Interface: StageAudioConfiguration
Properties
maxAudioBitrateKbps
• Optional
maxAudioBitrateKbps: number
Max bitrate of the audio stream in Kbps. Value is limited as follows:
Min: STAGE_MIN_AUDIO_BITRATE_KBPS Max: STAGE_MAX_AUDIO_BITRATE_KBPS Default: STAGE_MAX_AUDIO_BITRATE_KBPS_DEFAULT
stereo
• Optional
stereo: boolean
Explicitly enable stereo (true) or mono (false) for the audio stream.
Note: that if using a audio source retrieved with getUserMedia you must disable autoGainControl, echoCancellation, and noiseSuppression constraints when enabling stereo.
Default
false