mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 13:25:42 +00:00
No functional effect, but was logging more than expected drift in the down stream direction. Reason is that when passing through, we could be using an older report. But, the adjustment was applied to the monotonic clock and not the RTP timestamp. So, it looked like more time had elapsed for the same RTP clock elapsed and logging higher than expected drift. Correcting it so that the log is not misleading/confusing.