Re: [webrtc-pc] Update Mandatory stats to match refactoring (#2366)

[*] changes are:
- Replaced "RTP" with "Rtp".
- (framesReceived, framesDecoded, framesDropped, partialFramesLost) are moved from RTCVideoReceiverStats to RTCInboundRtpStreamStats.
- framesSent is moved from RTCVideoSenderStats to RTCOutboundRtpStreamStats
- trackId is removed RTC[In/Out]boundRtpStreamStats.
- Removed RTCSenderVideoTrackAttachmentStats and RTCSenderAudioTrackAttachmentStats.
- Added RTCMediaSourceStats, RTCAudioSourceStats and RTCVideoSourceStats.
- Replaced audioLevel in RTCAudioHandlerStats with (totalAudioEnergy, totalSamplesDuration) in RTCAudioSourceStats and RTCInboundRtpStreamStats.
- Replaced (frameWidth, frameHeight, framesPerSecond) in RTCVideoHandlerStats with (width, height, framesPerSecond) in RTCVideoSourceStats.

-- 
GitHub Notification of comment by henbos
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/2366#issuecomment-557591397 using your GitHub account

Received on Friday, 22 November 2019 16:05:42 UTC