Re: [webrtc-stats] RTCRTPStreamStats should have senderId/receiverId

> The RTCLocalVideoStreamTrackStats represents a subset of the graph, starting from and with the baseline of a track being attached to the sender, which grows until the track is no longer attached in which case objectDeleted = true.

So this does have to do with `replaceTrack`, then? Every time you call `replaceTrack`, a new `RTCLocalVideoStreamTrackStats` shows up and the previous one is marked as `objectDeleted`? That seems like something worth calling out.

-- 
GitHub Notification of comment by taylor-b
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/293#issuecomment-358481065 using your GitHub account

Received on Wednesday, 17 January 2018 23:14:37 UTC