RTCInboundRtpStreamStats: estimatedPlayoutTimestamp property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The estimatedPlayoutTimestamp
property of the RTCInboundRtpStreamStats
dictionary indicates the estimated playout time of this receiver's track.
This is the Network Time Protocol (NTP) timestamp of the last playable audio sample or video frame that has a known timestamp, extrapolated with the time elapsed since it was ready to be played out. In other words, it is the estimated current playout time of the track in the NTP clock time of the sender, and can be present even if there is no audio currently playing.
This can be used to estimate how much audio and video tracks from the same source are out of sync.