- From: stefan hakansson via GitHub <sysbot+gh@w3.org>
- Date: Fri, 05 Jan 2018 14:36:57 +0000
- To: public-webrtc-logs@w3.org
>> 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