We should report about:webrtc the configuration we use to set our list of available codecs. There is a configuration object here: https://searchfox.org/mozilla-central/rev/dbec4165e4c26a0ff970b614842b689e8357593c/dom/media/webrtc/jsapi/PeerConnectionImpl.cpp#578 , which could be changed into a WebIDL object and passed to about:webrtc. As of the time of this filing that area of code is under heavy modification with the `getParameters()` work being done in bug 1531460 and bug 1531461.
Bug 1822381 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
We should report about:webrtc the configuration we use to set our list of available codecs. There is a configuration object here: https://searchfox.org/mozilla-central/rev/dbec4165e4c26a0ff970b614842b689e8357593c/dom/media/webrtc/jsapi/PeerConnectionImpl.cpp#578 , which could be changed into a WebIDL object and passed to about:webrtc. As of the time of this filing that area of code is under heavy modification with the `getCapabilities()` work being done in bug 1531460 and bug 1531461.