>> 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 accountReceived on Friday, 5 January 2018 14:37:00 UTC
This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:43 UTC