diff --git a/index.html b/index.html index db39ee4..7d62fe6 100644 --- a/index.html +++ b/index.html @@ -243,6 +243,11 @@

MediaDevices Additions

    +
  1. +

    Let mediaDevices be [=this=].

    +
  2. + +
  3. Let controller be options.controller if present, or @@ -468,8 +473,25 @@

    MediaDevices Additions

  4. -

    Let stream be the {{MediaStream}} object for - which the user granted permission.

    +

    Let stream be a {{MediaStream}} object.

    +
  5. + +
  6. +

    For each source that the user granted permission + to, run the following steps:

    +
      +
    1. +

      Let track be the result of [=create a + MediaStreamTrack|creating a MediaStreamTrack=] + with source and mediaDevices.

      +
    2. +
    3. +

      Add track to stream's track set.

      +
    4. +
    5. +

      [=Tie track source to MediaDevices=] with source and mediaDevices.

      +
    6. +