RTCPeerConnectionStats ("peer-connection" RTCStatsType) support
Categories
(Core :: WebRTC: Signaling, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
References
(Blocks 3 open bugs, Regressed 1 open bug)
Details
(4 keywords)
Attachments
(1 file)
Assignee | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
We ought to think about whether we need to document all the stats types somewhere.
Comment 2•6 years ago
|
||
We ought to think about whether we need to document all the stats types somewhere.
I'd recommend starting with the mandatory to implement subset.
web.skype.com need this:
TypeError: RTCPeerConnection.getStats: Argument 1 does not implement interface MediaStreamTrack.
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D168433
Updated•2 years ago
|
Assignee | ||
Comment 6•2 years ago
|
||
Goofed on one of the ini files, here's another wpt push.
https://treeherder.mozilla.org/jobs?repo=try&revision=5e6935b230a145502d4bd63ac008be2cb9751df5
Assignee | ||
Comment 7•2 years ago
|
||
Try looks fine.
Assignee | ||
Comment 8•2 years ago
|
||
Currently relies on the patches from bug 1813147; could possibly rebase, but as long as we can get bug 1813147 done, no need to do that.
Pushed by bcampen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/0bf440baea51 Implement RTCPeerConnectionStats. r=ng,webidl,smaug
Comment 10•2 years ago
|
||
Backed out for causing build bustages on PeerConnectionImpl.cpp
- Backout link
- Push with failures
- Failure Log
- Failure line: /builds/worker/checkouts/gecko/dom/media/webrtc/jsapi/PeerConnectionImpl.cpp:2024:38: error: unused variable 'id' [-Werror=unused-variable]
mochitest log: https://treeherder.mozilla.org/logviewer?job_id=405685822&repo=autoland
Comment 11•2 years ago
|
||
Pushed by bcampen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3bcc93903fe1 Implement RTCPeerConnectionStats. r=ng,webidl,smaug
Comment 12•2 years ago
|
||
Backed out for causing wpt failures in
Backout link: https://hg.mozilla.org/integration/autoland/rev/19e0bc283894a3bf801c7edb6c73879c3aeec836
Comment 13•2 years ago
|
||
Pushed by bcampen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/af84cffee628 Implement RTCPeerConnectionStats. r=ng,webidl,smaug
Comment 14•2 years ago
|
||
bugherder |
Assignee | ||
Updated•1 year ago
|
Comment 15•1 year ago
|
||
FYI MDN docs for this can be tracked inhttps://github.com/mdn/content/issues/26146
The docs and compatibility work is done, but not yet reviewed.
Description
•