Interface: StageAudioConfiguration
Properties
maxAudioBitrateKbps
• Optional
maxAudioBitrateKbps: number
Max bitrate of the audio stream in Kbps. Value is limited to values between 12 and 128. Default is 64Kbps.
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.