Re: Using tracks instead of streams

On 2013-11-12 07:46, Martin Thomson wrote:
> The reason that MediaStreamTrack gets an accessor for the set of
> streams that it belongs to is that if you are navigating this object
> mesh starting from RTCPeerConnection, you wouldn't otherwise be able
> to find the streams that exist.  Without that, worst case, the browser
> wouldn't have a strong reference it could use to manage garbage
> collection.
A quick comment.

Isn't it up to the app to have references to the MediaStream objects it
uses?

/Adam

Received on Tuesday, 12 November 2013 08:04:48 UTC