Re: [webrtc-stats] Move RTCRtpReceivedRtpStreamStats.framesDropped to RTCInboundRtpStreamStats. (#661)

There were a lot of metrics in RtcReceivedRtpStreamStats (packetsDiscarded, packetsRepaired, burstPacketsDiscarded, etc...), which were there because they can be calculated based on XR reports. now it is cleaned up and contains only the very essential that a receiver reports, except the `framesDropped`, which is specific to video. 
Wouldn't it make more sense to move to the inbound-rtp where the framesDecoded presented, or / move to [RTCRemoteInboundRtpStreamStats](https://www.w3.org/TR/webrtc-stats/#dom-rtcremoteinboundrtpstreamstats) where the fractionLost is?!. Though moving to the latter one we have the same ambiguity as keeping it in RtcReceivedRtpStreamStats

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 24 September 2022 14:55:12 UTC