- From: henbos via GitHub <sysbot+gh@w3.org>
- Date: Fri, 22 Nov 2019 16:05:40 +0000
- To: public-webrtc-logs@w3.org
[*] 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