New fields in RTCIceCandidatePairStats do not match WebRTC spec
Categories
(Core :: WebRTC, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr128 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox142 | --- | wontfix |
| firefox143 | --- | fixed |
| firefox144 | --- | fixed |
People
(Reporter: mattieruth, Assigned: mjf)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
Steps to reproduce:
Hosted a WebRTC call using Beta 142.0b7 and checked the candidate pair stats, specifically looking at currentRoundTripTime. (side note: thank you for implementing these!)
Actual results:
I got a currentRoundTripTime in milliseconds
Expected results:
The times should be reported in terms of seconds, per the spec: https://www.w3.org/TR/webrtc-stats/#candidatepair-dict*
Updated•7 months ago
|
Comment 2•7 months ago
|
||
:mjf, since you are the author of the regressor, bug 1371391, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 3•7 months ago
|
||
(In reply to mattieruth from comment #0)
Steps to reproduce:
Hosted a WebRTC call using Beta 142.0b7 and checked the candidate pair stats, specifically looking at
currentRoundTripTime. (side note: thank you for implementing these!)Actual results:
I got a
currentRoundTripTimein millisecondsExpected results:
The times should be reported in terms of seconds, per the spec: https://www.w3.org/TR/webrtc-stats/#candidatepair-dict*
Thank you for the report! I looked right past that unit issue.
Updated•6 months ago
|
Comment 4•6 months ago
|
||
Set release status flags based on info from the regressing bug 1371391
| Assignee | ||
Comment 5•6 months ago
|
||
Updated•6 months ago
|
Comment 8•6 months ago
|
||
| bugherder | ||
Comment 10•6 months ago
|
||
The patch landed in nightly and beta is affected.
:mjf, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox143towontfix.
For more information, please visit BugBot documentation.
| Reporter | ||
Comment 11•6 months ago
|
||
I know I'm biased, but I vote for an uplift
| Assignee | ||
Comment 12•6 months ago
|
||
Comment on attachment 9508863 [details]
Bug 1981040 - spec says RTCIceCandidatePairStats rtts should be in seconds not ms. r?bwc!
Beta/Release Uplift Approval Request
- User impact if declined/Reason for urgency: Candidate pair rtt stats will be incorrect and could affect video quality.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Very simple change to convert milliseconds to seconds.
- String changes made/needed: n/a
- Is Android affected?: Yes
Comment 13•6 months ago
|
||
Comment on attachment 9508863 [details]
Bug 1981040 - spec says RTCIceCandidatePairStats rtts should be in seconds not ms. r?bwc!
Approved for 143.0b5.
Comment 14•6 months ago
|
||
| uplift | ||
Updated•6 months ago
|
| Reporter | ||
Comment 15•6 months ago
|
||
Updated•6 months ago
|
Description
•