Re: [webrtc-pc] "a=msid" line should contain sender/receiver IDs, not track IDs

>> The `streams` attribute returns an array of MediaStream objects representing the MediaStreams that this event's `track` is a part of.

> If the sender and receive `tracks` are decoupled then there is no chance for "duplicated" receiving `tracks`, so it's impossible that the same `track` belongs to more than one `stream`.

Actually, the sending side can create a number of (possibly) empty MediaStreams (`new MediaStream()`), and use these as argument for `addTrack`; the at the receiving side the corresponding MediaStreams would be created, and the track would be a member of all of them.


-- 
GitHub Notification of comment by stefhak
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1718#issuecomment-355569237 using your GitHub account

Received on Friday, 5 January 2018 14:37:00 UTC