Re: [webrtc-extensions] enable opus bite rate control by js api instead of SDP munging (#117)

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