Re: [webrtc-stats] End-to-end delay metrics (#537)

The RTCStats.timestamp is, generally speaking, the "timestamp associated with [the] stats object". This is too vague. But it does have a more specific definition for the RTCRemote[...] stats:

> For statistics that came from a remote source (e.g., from received RTCP packets), timestamp represents the time at which the information arrived at the local endpoint.

So we can use RTCRemoteOutboundRtpStreamStats.timestamp but not RTCInboundRtpStreamStats.timestamp without making some leaps of faith.

-- 
GitHub Notification of comment by henbos
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/537#issuecomment-584101435 using your GitHub account

Received on Monday, 10 February 2020 12:34:43 UTC