Skip to content

Commit

Permalink
Merge pull request #1022 from Kaiido/recursive-remove-track
Browse files Browse the repository at this point in the history
Prevent remove-a-track to recurse.
  • Loading branch information
alvestrand authored Dec 5, 2024
2 parents e34d489 + 0a69dbd commit 161b2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ <h2>{{MediaStream}}</h2>
<p>If <var>track</var> is not in <var>stream's</var> [=track set=], then abort these steps.</p>
</li>
<li>
<p>[=MediaStream/Remove a track|Remove=] <var>track</var> from <var>stream</var>'s [=track set=].</p>
<p>[=set/Remove=] <var>track</var> from <var>stream</var>'s [=track set=].</p>
</li>
<li>
<p>[= Fire a track event =] named {{removetrack}} with
Expand Down

0 comments on commit 161b2d7

Please sign in to comment.