Re: [mediacapture-record] MediaRecorder needs to define effect of adding / removing tracks in its input MediaStream

@Pehrsons I think we are saying the same thing, i.e. what you propose 
is equivalent to making MR take a "snapshot" of the MediaStream's 
Tracks at construction time, but a `MediaStream` is just a "bag" of 
Tracks :smile: -- we might just need to make very explicit that the 
constructor's `MediaStream` is not a "live" reference, but just a 
handy way to enumerate the tracks. 

Alternatively, we could remove the `MediaStream` member variable and 
provide instead (weak) references to the tracks-being-recorded, wdyt?

-- 
GitHub Notification of comment by miguelao
Please view or discuss this issue at 
https://github.com/w3c/mediacapture-record/issues/4#issuecomment-281770575
 using your GitHub account

Received on Wednesday, 22 February 2017 19:13:11 UTC