- From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
- Date: Wed, 28 Sep 2022 18:21:01 +0000
- To: public-webrtc-logs@w3.org
on [the sample page](https://webrtc.github.io/samples/src/content/peerconnection/audio/) paste this JS: ``` const sender = pc1.getSenders()[0]; p = sender.getParameters(); p.encodings[0].maxBitrate = 128000; sender.setParameters(p); ``` if that doesn't work then there is a bug somewhere. -- GitHub Notification of comment by fippo Please view or discuss this issue at https://github.com/w3c/webrtc-extensions/issues/117#issuecomment-1261303241 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 28 September 2022 18:21:06 UTC