From 89002bc5fe4b888c368c909c4e1bb160c5944318 Mon Sep 17 00:00:00 2001 From: Kaiido Date: Tue, 3 Dec 2024 09:56:44 +0900 Subject: [PATCH] Remove self referencing link Making this "Remove" a link to the algorithm was making the algorithm loop endlessly. Here we're not calling that algorithm again, we're just using the track set's remove method (from infra: https://infra.spec.whatwg.org/#list-remove). --- getusermedia.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getusermedia.html b/getusermedia.html index 672014c5..0e7c7dc0 100644 --- a/getusermedia.html +++ b/getusermedia.html @@ -337,7 +337,7 @@

{{MediaStream}}

If track is not in stream's [=track set=], then abort these steps.

  • -

    [=MediaStream/Remove a track|Remove=] track from stream's [=track set=].

    +

    Remove track from stream's [=track set=].

  • [= Fire a track event =] named {{removetrack}} with