Skip to content

Commit

Permalink
Merge pull request #942 from jan-ivar/onecapability
Browse files Browse the repository at this point in the history
Add note about deviceId and groupId inconsistency with other capabilities.
  • Loading branch information
alvestrand authored Sep 21, 2023
2 parents 6f3e93f + f4e73c5 commit 94b8ed1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -1382,6 +1382,13 @@ <h2><dfn>MediaTrackCapabilities</dfn></h2>
DOMString deviceId;
DOMString groupId;
};</pre>
<div class="note">
<p>For historical reasons, {{MediaTrackCapabilities/deviceId}} and
{{MediaTrackCapabilities/groupId}} are {{DOMString}} instead of the
`sequence&lt;DOMString&gt;` expected by {{Capabilities}} in the
<code><a>ConstrainablePattern</a></code>.</p>
</div>

<section>
<h2>Dictionary {{MediaTrackCapabilities}}
Members</h2>
Expand Down

0 comments on commit 94b8ed1

Please sign in to comment.