Closed Bug 1526512 Opened 5 years ago Closed 5 years ago

WebRTC RTCP stat roundTripTime is expressed in milliseconds not in (double) seconds

Categories

(Core :: WebRTC, defect, P3)

defect

Tracking

()

RESOLVED FIXED
mozilla67
Tracking Status
firefox67 --- fixed

People

(Reporter: ng, Assigned: ng)

References

Details

Attachments

(1 file)

According to the spec the remote-inbound-rtp stat roundTripTime should be expressed in units of seconds, not milliseconds as it currently is. Both Chrome and Safari currently implement this in units of seconds, though it is on the wrong dictionary. This is probably a mitigating factor for us in avoiding breakage while fixing this stat.

This does not appear to be a regression.

Priority: -- → P3

Changing the units roundTripTime is reported in from milliseconds to seconds

Depends on: 1524642

Spec review notes:
According to the spec[0] roundTripTime should be a double not a long.
[0] https://w3c.github.io/webrtc-stats/#dom-rtcremoteinboundrtpstreamstats-roundtriptime

No longer depends on: 1524642
Pushed by na-g@nostrum.com:
https://hg.mozilla.org/integration/autoland/rev/5f38e97f40ef
remote-inbound-rtp stat roundTripTime should be expressed in seconds r=jib,smaug
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Regressions: 1542941
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: