[webrtc-stats] Should track also contain RTCRtpReciever stats?

karthikbr82 has just created a new issue for https://github.com/w3c/webrtc-stats:

== Should track also contain RTCRtpReciever stats? ==
Currently definition for track is defined as 
Contains statistics related to a specific MediaStreamTrack's attachment to an RTCRtpSender and the corresponding media-level metrics. It is accessed by either RTCSenderVideoTrackAttachmentStats or RTCSenderAudioTrackAttachmentStats, both inherited from RTCMediaHandlerStats.

The monitored "track" object is deleted when the sender it reports on has its "track" value changed to no longer refer to the same track.

So my question is should it contain both RTCRtpSender and RTCRtpReciever

Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/361 using your GitHub account

Received on Tuesday, 4 September 2018 08:40:59 UTC