W3C home > Mailing lists > Public > public-webrtc@w3.org > November 2019

[webrtc-stats] description of when roundTripTimeMeasurements increments is wrong (#515)

From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
Date: Tue, 05 Nov 2019 21:04:17 +0000
To: public-webrtc@w3.org
Message-ID: <issues.opened-518029916-1572987856-sysbot+gh@w3.org>
fippo has just created a new issue for https://github.com/w3c/webrtc-stats:

== description of when roundTripTimeMeasurements increments is wrong ==
https://w3c.github.io/webrtc-stats/#dom-rtcremoteinboundrtpstreamstats-roundtriptimemeasurements
says
```
This counter will increment if the roundTripTime is undefined. 
```
The opposite is true. Either:
```
This counter will not increment if the roundTripTime is undefined.
```
or
```
This counter will increment if the roundTripTime is not undefined. 
```

No preference in either direction :-)

Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/515 using your GitHub account
Received on Tuesday, 5 November 2019 21:04:18 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 19:18:50 UTC