Skip to content

Commit

Permalink
further adjustments to overconstrained handler
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Feb 9, 2015
1 parent 224015c commit 6f86636
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions getusermedia.html
Expand Up @@ -3803,10 +3803,11 @@ <h2>Interface Definition</h2>
<dt>attribute EventHandler onoverconstrained</dt>

<dd>This event handler, of type <code><a>overconstrained</a></code>,
fires a <code>MediaStreamErrorEvent</code> when the User Agent is
is executed when the User Agent is
no longer able to satisfy the <var>requiredConstraints</var> from
the currently valid Constraints.</p>
<p>This MediaStreamErrorEvent contains a MediaStreamError whose
<p>When executed, the event handler is passed
a <code>MediaStreamErrorEvent</code> as parameter, which references a <code>MediaStreamError</code> whose
<code>name</code> is <code>OverconstrainedError</code>, and whose
<code>constraintName</code> attribute is set to one of the
<var>requiredConstraints</var> that can no longer be satisfied. The
Expand Down

0 comments on commit 6f86636

Please sign in to comment.