From 794cd2d3d2b919a375d955c9aea132ef06b46fdc Mon Sep 17 00:00:00 2001 From: handellm <56543704+handellm@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:54:43 +0200 Subject: [PATCH] Update index.html Co-authored-by: youennf --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7d5af0a..d4457ae 100644 --- a/index.html +++ b/index.html @@ -1250,7 +1250,7 @@

Local video capture timestamps

The user agent MUST set the [=capture timestamp=] of each video frame that is sourced from {{MediaDevices/getUserMedia()}} and {{MediaDevices/getDisplayMedia()}} to its best estimate of the time that - the frame was captured, which MUST be in the past relative to the time the frame is appearing on the track. + the frame was captured. This value MUST be monotonically increasing.