RE: The MediaStream constructor

From: Tommy Widenflycht (ᛏᚮᛘᛘᚤ) [mailto:tommyw@google.com] 
>
>I have started planning implementing the latest MediaStream 
>constructor in WebKit but it is difficult and complex to 
>implement. Changing it to take an array of MediaStreamTracks 
>would simplify it significantly without making life harder 
>(not by much anyway) for the web developer. Opinions?

Perhaps the constructor should just take another MediaStream
object and fork the tracks over from that to initialize the
new instance?

Received on Monday, 24 September 2012 16:34:37 UTC