diff --git a/getusermedia.html b/getusermedia.html index 5adf7cbc..7d45b7df 100644 --- a/getusermedia.html +++ b/getusermedia.html @@ -784,6 +784,33 @@

Media Flow

button in the browser chrome, the User Agent (on behalf of the user) mutes, etc.

+

To update a track's muted state to + newState, the user agent MUST queue a task to run the + following steps:

+ +
    +
  1. +

    Let track be the MediaStreamTrack in + question.

    +
  2. + +
  3. +

    Set track's muted attribute to + newState.

    +
  4. + +
  5. +

    If newState is true let + eventName be mute, otherwise + unmute.

    +
  6. + +
  7. +

    Fire a simple event named eventName on + track.

    +
  8. +
+

Enabled/disabled on the other hand is available to application to control (and observe) via the enabled