Re: [mediacapture-main] Management of track members in a stream

Section 4.2.3 defines the basic operation of removeTrack().  

We could add more detail in Section 4.2, such as the following: 

To remove a track to a MediaStream, the User Agent must run the 
following steps:

1. Let track be the MediaStreamTrack in question and stream the 
MediaStream object to which track is to be removed.

2. If track is not in the stream's track set, then abort these steps.

3. Remove the track from the stream's track set.

-- 
GitHub Notif of comment by aboba
See 
https://github.com/w3c/mediacapture-main/issues/242#issuecomment-150454026

Received on Friday, 23 October 2015 03:47:16 UTC