Remove WebRTC APIs that has never been supported#10582
Conversation
| }, | ||
| "getSupportedAlgorithms": { | ||
| "__compat": { | ||
| "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCCertificate/getSupportedAlgorithms", |
| } | ||
| } | ||
| }, | ||
| "getSupportedAlgorithms": { |
There was a problem hiding this comment.
Confirmed not in Chromium, Gecko, or WebKit, just a FIXME in WebKit:
https://github.com/WebKit/WebKit/blob/751a4873a15c12356e413dc947dd29d481889a2c/Source/WebCore/Modules/mediastream/RTCCertificate.idl#L45
| } | ||
| } | ||
| }, | ||
| "selectedcandidatepairchange_event": { |
There was a problem hiding this comment.
browser-compat-data/api/RTCIceTransport.json
Lines 597 to 645 in 820c075
There was a problem hiding this comment.
I wonder there should be a way to do the sync automatically, or at least a linter for this 🤔
| } | ||
| } | ||
| }, | ||
| "reportsSent": { |
There was a problem hiding this comment.
RTCRemoteOutboundRtpStreamStats is a dictionary and tricky to test, but I can't find any trace of this in Chromium, Gecko, or WebKit source outside of tests, so I think it should indeed be removed.
| }, | ||
| "reportsSent": { | ||
| "__compat": { | ||
| "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCRemoteOutboundRtpStreamStats/reportsSent", |
There was a problem hiding this comment.
This page exists and will need deleting, presumably.
| "support": { | ||
| "chrome": { | ||
| "version_added": false | ||
| "version_added": "75" |
There was a problem hiding this comment.
I can confirm this, it was implemented in https://source.chromium.org/chromium/chromium/src/+/d78d9f90c87a37772bbc55a72fb085d2c86faa85 before the whole feature was enabled, and thus shipped with the rest of RTCIceTransport.
| }, | ||
| "reportsSent": { | ||
| "__compat": { | ||
| "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCRemoteOutboundRtpStreamStats/reportsSent", |
* Bump version to v3.3.7 * Add release note for #10745 * Add release note for #10686 * Add release note for #10744 * Add release note for #10820 * Add release note for #10582 * Add release note for #9464 * Add release note for #10724 * Add release note for #10827 * Add release note for #10829 * Add release note for #10782 * Add stats * Add release date * Update stats one last time
Summary
Splitted from #6854 and covers only WebRTC changes. @foolip
Test results and supporting details
Related issues
#6809