This feature consists in exposing to the Web some timestamps that are present in WebRTC encoded frames transmitted via RTCPeerConnection. The timestamps in question are: -Capture timestamp: the timestamp when a frame was originally captured -Receive timestamp: the timestamp when a frame was received
This change allows VC applications to implement latency measurements to better understand application performance.
Explainers: https://github.com/guidou/webrtc-encoded-transform/blob/master/timestamps.md