licode icon indicating copy to clipboard operation
licode copied to clipboard

updateConfiguration() does not work for maxAudioBW

Open vpoddubchak opened this issue 3 years ago • 0 comments

Based on documentation, API allows to change audio bitrate on the fly. But when I try to do it, it return error. Steps to reproduce:

  1. Start licode demo on web page: https://chotis2.dit.upm.es/
  2. Enter the room
  3. Open console and try to change audio bitrate: localStream.updateConfiguration({maxAudioBW: 10});
  4. See error Screenshot from 2021-03-19 17-38-29

Note: it is ok for maxVideoBW.

vpoddubchak avatar Mar 19 '21 15:03 vpoddubchak