[webrtc-stats] missing roundTripTime in RTCRemoteOutboundRtpStreamStats (#602)

minyuel has just created a new issue for https://github.com/w3c/webrtc-stats:

== missing roundTripTime in RTCRemoteOutboundRtpStreamStats ==
roundTripTime (together with totalRoundTripTime and roundTripTimeMeasurements) is defined in RTCRemote**Inbound**RtpStreamStats ([link](https://www.w3.org/TR/webrtc-stats/#dom-rtcremoteinboundrtpstreamstats-roundtriptime)), it is supposed to be calculated based on RTCP RR.

For receiving only streams, roundTripTime won't be based on RTCP RR, but can be based on RTCP XR SR ([RFC 3611](https://tools.ietf.org/html/rfc3611)), then I think it ought be reported as one or more data field in RTCRemote**Outbound**RtpStreamStats

Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/602 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 22 April 2021 12:55:00 UTC