Skip to content

Commit

Permalink
Add missing RTCTransformEvent API (#18297)
Browse files Browse the repository at this point in the history
This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser.  This particular PR adds the missing `RTCTransformEvent` API, populating the results using data from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v7.0.0).

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/RTCTransformEvent

_Check out the [collector's guide on how to review this PR](https://github.com/GooborgStudios/mdn-bcd-collector#reviewing-bcd-changes)._
  • Loading branch information
queengooborg committed Nov 24, 2022
1 parent 590ad29 commit dd12f91
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions api/RTCTransformEvent.json
@@ -0,0 +1,70 @@
{
"api": {
"RTCTransformEvent": {
"__compat": {
"spec_url": "https://w3c.github.io/webrtc-encoded-transform/#rtctransformevent",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "15.4"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
},
"transformer": {
"__compat": {
"spec_url": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtctransformevent-transformer",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "15.4"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}

0 comments on commit dd12f91

Please sign in to comment.