Closed
Bug 1981042
Opened 7 months ago
Closed 7 months ago
WebRTC RTCIceCandidatePairStats values are reported in ms, not seconds per spec
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1981040
People
(Reporter: github, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0
Steps to reproduce:
Introspect the new stats added in https://bugzilla.mozilla.org/show_bug.cgi?id=1371391 (particularly currentRoundTripTime)
Actual results:
These are reported in milliseconds (which the code suggests as well)
Expected results:
The spec indicates values should be reported in seconds, not ms: https://www.w3.org/TR/webrtc-stats/#candidatepair-dict*
Our network quality monitoring expects the currentRoundTripTime value to be reported in seconds per the spec and we're currently flagging all users on Firefox Beta as having network quality issues due to this change.
Summary: RTCIceCandidatePairStats values are reported in ms, not seconds per spec → WebRTC RTCIceCandidatePairStats values are reported in ms, not seconds per spec
Status: UNCONFIRMED → RESOLVED
Closed: 7 months ago
Duplicate of bug: 1981040
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•