[webrtc-extensions] Allow having inactive by default codecs (#100)

murillo128 has just created a new issue for https://github.com/w3c/webrtc-extensions:

== Allow having inactive by default codecs ==
I am currently adding support for vp9 profile 1 and 3 and h264 Hi10P and Hi422P to libwebrtc, and the SDP generated is HUGE:

![image](https://user-images.githubusercontent.com/1070835/158573591-0cc6dd24-ec33-4839-a076-efacb872ab08.png)

Most of these codec/profiles won't be used on a daily base, so I would be great if there could be a way of having them disabled by default so they don't appear on the offer (but they are negotiated on the answer) and have an API to enable them by the app if needed.

I don't think we have anything similar at the moment.


Please view or discuss this issue at https://github.com/w3c/webrtc-extensions/issues/100 using your GitHub account


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

Received on Wednesday, 16 March 2022 10:53:42 UTC