Skip to content

Commit

Permalink
Update Safari data for api.RTCStatsReport.type_inbound-rtp.mid (mdn#2…
Browse files Browse the repository at this point in the history
…1894)

This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `type_inbound-rtp.mid` member of the `RTCStatsReport` API. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.6.5).

_Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/RTCStatsReport/type_inbound-rtp/mid
  • Loading branch information
queengooborg authored Jan 10, 2024
1 parent 2b6b323 commit 21248f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/RTCStatsReport.json
Original file line number Diff line number Diff line change
Expand Up @@ -2989,6 +2989,7 @@
},
"mid": {
"__compat": {
"description": "<code>mid</code> in 'inbound-rtp' stats",
"spec_url": "https://w3c.github.io/webrtc-stats/#dom-rtcinboundrtpstreamstats-mid",
"support": {
"chrome": {
Expand All @@ -3007,14 +3008,14 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "17"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit 21248f0

Please sign in to comment.