From 41237dab6523ea86046e1d75b44f900c6f27aff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaufort?= Date: Tue, 24 Jan 2023 12:06:07 +0000 Subject: [PATCH] Restrict onconfigurationchange to background blur --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fdcd059..b5ede8a 100644 --- a/index.html +++ b/index.html @@ -621,7 +621,7 @@

Processing considerations

Exposing change of MediaStreamTrack configuration

The configuration (capabilities, constraints or settings) of a {{MediaStreamTrack}} may be changed dynamically - outside the control of web applications. One example is when a user decides to switch on background blur through + outside the control of web applications. This can happen when a user decides to toggle background blur through the operating system. Web applications might want to know that the configuration of a particular {{MediaStreamTrack}} has changed. For that purpose, a new event is defined below.

@@ -631,7 +631,7 @@

Exposing change of MediaStreamTrack configuration

};

When the [=User Agent=] detects a change of configuration - in a track's underlying source, the [=User Agent=] MUST run the following steps:

+ for background blur in a track's underlying source, the [=User Agent=] MUST run the following steps:

  1. If track.{{MediaStreamTrack/muted}} is true, wait for track.{{MediaStreamTrack/muted}} to become false or track.{{MediaStreamTrack/readyState}} to be "ended".