diff --git a/index.html b/index.html index fdcd059..b5ede8a 100644 --- a/index.html +++ b/index.html @@ -621,7 +621,7 @@
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 @@
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:If track.{{MediaStreamTrack/muted}} is true
, wait for track.{{MediaStreamTrack/muted}}
to become false
or track.{{MediaStreamTrack/readyState}} to be "ended".