Re: [webrtc-pc] RTCRtpContributingSource.timestamp needs a clearer definition

> `performance.timing.navigationStart + performance.now()`

Do you want that, or `performance.timeOrigin + performance.now()`?  (Note that `performance.timeOrigin` may not be "Unix time"; I'm seeing it differ from `performance.timing.navigationStart` by quite a bit in some cases... but note that navigationStart does NOT come from a monotonic clock.)

-- 
GitHub Notification of comment by bzbarsky
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1690#issuecomment-356348712 using your GitHub account

Received on Tuesday, 9 January 2018 17:06:12 UTC