From dfb14e3c020f1898d332d814fdd08fb30bb6023b Mon Sep 17 00:00:00 2001 From: Adam Bergkvist Date: Thu, 28 May 2015 15:32:40 +0200 Subject: [PATCH] LC-3025: Add note about addtrack and removetrack not being used by this spec --- getusermedia.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/getusermedia.html b/getusermedia.html index 2b6982ad..27c548dc 100644 --- a/getusermedia.html +++ b/getusermedia.html @@ -1395,6 +1395,15 @@

MediaStreamTrackEvent

"#event-mediastream-removetrack">removetrack events use the MediaStreamTrackEvent interface.

+

The addtrack and removetrack events notifies + the script that the track set of a + MediaStream has been updated by the User Agent. This + specification does not specify any such cases, but other specifications + using the MediaStream API may. One such example is the WebRTC 1.0 + [[WEBRTC10]] specification where the track set + of a MediaStream, received from an other peer, can be + updated as a result of changes to the media session.

+

Firing a track event named e with a MediaStreamTrack track means that an event with the name e, which