-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is "WebRTC Extensions" a relevant spec? #305
Comments
I don't think WebRTC extensions should be added - it's a collection of patches, not a spec, with the intent that these patches migrate to the main WebRTC spec once they get traction & implementation. The particular case of |
Thanks Dom! Makes sense to me. |
I've reopened this since part of this spec are shipping, and having the IDL extracted would be very helpful. As it is, I've had to add custom IDL, which helpfully revealed that the sum of all IDL doesn't make sense: |
I haven't checked all of the APIs, but at least |
I've filed w3c/webrtc-pc#2952 which should take care of I've looked at the rest of webrtc-extensions, and unless I missed it, I think beyond getHeaderExtensionsToNegotiate, setHeaderExtensionsToNegotiate, and getNegotiatedHeaderExtensions, none of the other extensions are implemented anywhere yet. There may be a case to make to integrate the header extensions stuff as a candidate addition to -pc (since after all there other candidate additions that have not been implemented twice either) |
(there is also in fact the adaptivePtime and codec fields of RTCRtpEncodingParameters) |
I understand the desire to make a distinction between this extensions spec and the other specs. Is there some way we can include it in webref/idl but have the spec designated as experimental or somehow less than blessed by the WG? |
I would like to add these to BCD but I can't add a proper spec URL for them given they are just in https://w3c.github.io/webrtc-extensions/#rtp-header-extension-control Shipped in Chrome 117 and looks like positive positions from Webkit and Gecko. |
https://w3c.github.io/webrtc-extensions/
It says about itself:
Does that mean that BCD and MDN should rather not talk about features appearing in this spec?
I ask because it appeared in our dataset due to this page: https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/getDefaultIceServers
The text was updated successfully, but these errors were encountered: