licode
licode copied to clipboard
updateConfiguration() does not work for maxAudioBW
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:
- Start licode demo on web page: https://chotis2.dit.upm.es/
- Enter the room
- Open console and try to change audio bitrate: localStream.updateConfiguration({maxAudioBW: 10});
- See error
Note: it is ok for maxVideoBW.