Skip to content

Commit bed7ced

Browse files
authored
Merge pull request #31 from eladalon1983/restrictable
Set [Restrictable] on the video track
2 parents 72aea6a + 17ab171 commit bed7ced

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,12 @@ <h2>
321321
<code>OverconstrainedError(<var>failedConstraint</var>,
322322
<var>message</var>)</code>.</p>
323323
</li>
324+
<li>
325+
Let <var>videoTrack</var> be the video track in <var>stream</var>.
326+
</li>
327+
<li>
328+
Set <var>videoTrack</var>.{{MediaStreamTrack/[[Restrictable]]}} to <code>true</code>.
329+
</li>
324330
<li>
325331
<p><a>Resolve</a> <var>p</var> with <var>stream</var> and
326332
abort these steps.</p>

0 commit comments

Comments
 (0)