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

we test 

> 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.
i made test, and it work, it seems no one use such parameter for audio in practice, anyway, this work as expect.
 Thanks for your time. 

-- 
GitHub Notification of comment by bdrtc
Please view or discuss this issue at https://github.com/w3c/webrtc-extensions/issues/117#issuecomment-1272319330 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 8 October 2022 13:24:55 UTC