Skip to content

Commit

Permalink
add missing bcd keys
Browse files Browse the repository at this point in the history
  • Loading branch information
autonome committed Nov 15, 2024
1 parent 56114cf commit 1515644
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
1 change: 0 additions & 1 deletion features/webrtc-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ group: webrtc
compat_features:
- api.RTCStatsReport
- api.RTCStatsReport.@@iterator
- api.RTCStatsReport.@@iterator
- api.RTCStatsReport.entries
- api.RTCStatsReport.forEach
- api.RTCStatsReport.get
Expand Down
1 change: 0 additions & 1 deletion features/webrtc-stats.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ compat_features:
# safari: "11"
# safari_ios: "11"
- api.RTCStatsReport.@@iterator
- api.RTCStatsReport.@@iterator
- api.RTCStatsReport.entries
- api.RTCStatsReport.keys
- api.RTCStatsReport.values
Expand Down
6 changes: 6 additions & 0 deletions features/webrtc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ compat_features:
- api.RTCDataChannel.readyState
- api.RTCDataChannel.sctp_sdp_21
- api.RTCDataChannel.send
- api.RTCDataChannel.transferable
- api.RTCDataChannelEvent
- api.RTCDataChannelEvent.RTCDataChannelEvent
- api.RTCDataChannelEvent.channel
Expand All @@ -50,6 +51,8 @@ compat_features:
- api.RTCError
- api.RTCError.RTCError
- api.RTCError.errorDetail
# in the identity spec?
#- api.RTCError.httpRequestStatusCode
- api.RTCError.receivedAlert
- api.RTCError.sctpCauseCode
- api.RTCError.sdpLineNumber
Expand Down Expand Up @@ -216,10 +219,13 @@ compat_features:
- api.RTCRtpTransceiver.currentDirection.stopped_value
- api.RTCRtpTransceiver.direction
- api.RTCRtpTransceiver.direction.value_stopped
- api.RTCRtpTransceiver.getHeaderExtensionsToNegotiate
- api.RTCRtpTransceiver.getNegotiatedHeaderExtensions
- api.RTCRtpTransceiver.mid
- api.RTCRtpTransceiver.receiver
- api.RTCRtpTransceiver.sender
- api.RTCRtpTransceiver.setCodecPreferences
- api.RTCRtpTransceiver.setHeaderExtensionsToNegotiate
- api.RTCRtpTransceiver.stop
- api.RTCSessionDescription
- api.RTCSessionDescription.sdp
Expand Down
18 changes: 18 additions & 0 deletions features/webrtc.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,15 @@ compat_features:
# firefox_android: "115"
- api.RTCRtpReceiver.jitterBufferTarget

# baseline: false
# support:
# chrome: "130"
# chrome_android: "130"
# edge: "130"
# safari: "15"
# safari_ios: "15"
- api.RTCDataChannel.transferable

# baseline: false
# support:
# chrome: "75"
Expand All @@ -1293,6 +1302,15 @@ compat_features:
- api.RTCRtpReceiver.createEncodedStreams
- api.RTCRtpSender.createEncodedStreams

# baseline: false
# support:
# chrome: "117"
# chrome_android: "117"
# edge: "117"
- api.RTCRtpTransceiver.getHeaderExtensionsToNegotiate
- api.RTCRtpTransceiver.getNegotiatedHeaderExtensions
- api.RTCRtpTransceiver.setHeaderExtensionsToNegotiate

# baseline: false
# support:
# chrome: "124"
Expand Down

0 comments on commit 1515644

Please sign in to comment.