File tree Expand file tree Collapse file tree 6 files changed +28
-10
lines changed
Expand file tree Collapse file tree 6 files changed +28
-10
lines changed Original file line number Diff line number Diff line change 1+ // https://w3c.github.io/webrtc-encoded-transform/
2+
13removals {
24 dictionary RTCEncodedAudioFrameMetadata {
35 member audioLevel // No implementation as of 2025-05
Original file line number Diff line number Diff line change 1+ // https://w3c.github.io/webrtc-identity/
2+
3+ removals {
4+ dictionary RTCConfiguration {
5+ member peerIdentity // Gecko only as of 2024-11
6+ }
7+ }
Original file line number Diff line number Diff line change 1+ // https://w3c.github.io/webrtc-priority/
2+
3+ removals {
4+ dictionary RTCDataChannelInit {
5+ member priority // Blink experimental only as of 2024-11
6+ }
7+ }
Original file line number Diff line number Diff line change 1+ // https://w3c.github.io/webrtc-stats/
2+
13removals {
24 dictionary RTCInboundRtpStreamStats {
35 // https://searchfox.org/mozilla-central/source/dom/webidl/RTCStatsReport.webidl
Original file line number Diff line number Diff line change 1+ // https://w3c.github.io/webrtc-svc/
2+
3+ removals {
4+ dictionary RTCRtpEncodingParameters {
5+ member scalabilityMode // Blink only as of 2024-11
6+ }
7+ }
Original file line number Diff line number Diff line change 1- removals {
2- dictionary RTCConfiguration {
3- member peerIdentity // Gecko only as of 2024-11
4- }
5-
6- dictionary RTCDataChannelInit {
7- member priority // Blink experimental only as of 2024-11
8- }
1+ // https://w3c.github.io/webrtc-pc/
92
3+ removals {
104 dictionary RTCLocalIceCandidateInit {
115 member relayProtocol // Blink only as of 2025-04
126 member url // Blink only as of 2025-04
@@ -15,9 +9,8 @@ removals {
159 dictionary RTCPeerConnectionIceEventInit {
1610 member url // WebKit only as of 2025-04
1711 }
18-
12+
1913 dictionary RTCRtpEncodingParameters {
2014 member codec // Blink only as of 2024-11
21- member scalabilityMode // Blink only as of 2024-11
2215 }
2316}
You can’t perform that action at this time.
0 commit comments