-
Notifications
You must be signed in to change notification settings - Fork 22.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Web API] Support RTCInboundRtpStreamStats.trackIdentifier #24397
Comments
Status
Note, the work already done is "enough for release". Remaining work has been pushed to own-project: mdn/mdn#384 |
@Rumyra I have done the minimal work on this - there is a release note and that links to the now-supported feature RTCInboundRtpStreamStats.trackidentifier. There is no BCD but otherwise that is kind of enough "for release". However this has taken forever because I have tried to do the job properly and remove the I have started the BCD work in mdn/browser-compat-data#18910 but we're balked by the tests not working. In discussion with Vinyl on that, but there are 100s of items in there. Next step would be to update RTCPeerConnection.getStats() with all the possible values it can return - thats the 100s of values in that BCD above. We'd start from the spec and BCD, pull in the existing dictionaries, then hide anything for which there is no implementation yet. Upshot, will not do for this release - simply not possible. I was thinking we might create a separate project for RTC stats I can do as a background and close this as done? |
Let's create a separate project @hamishwillee - do you want to outline it here https://github.com/mdn/mdn/issues/new?assignees=&labels=proposal%2Cneeds+triage&template=content-or-feature-suggestion.yml&title=Enter+your+proposal+here and we'll run it aside from the ff project? |
@Rumyra Done - project is here: mdn/mdn#384 I've updated this issue, which is now "done". |
Acceptance Criteria
For folks helping with Firefox related documentation
dev-doc-complete
Related Gecko bugs
https://bugzilla.mozilla.org/show_bug.cgi?id=1804676
Other
The text was updated successfully, but these errors were encountered: