Re: [mediacapture-main] Track changes on cloned streams

@jan-ivar, I think that your point about cloning is largely right.  
Unless you want to apply new constraints on the cloned tracks. But 
then it we propagated track changes to clones, you would have to deal 
with having an unconstrained track for some time, which might not be 
compatible with that model.

`var clone = new MediaStream(stream);` doesn't quite do the same, 
unless we state that the tracks are cloned by the constructor.  It 
currently does not.

-- 
GitHub Notif of comment by martinthomson
See 
https://github.com/w3c/mediacapture-main/issues/271#issuecomment-156546144

Received on Friday, 13 November 2015 20:19:02 UTC