RTCRemoteInboundRtpStreamStats Represents the remote endpoint's measurement metrics for a particular incoming RTP stream. More...
#include <Stats.h>

| Public Attributes | |
| DOMString | localId | 
| Used to look up RTCOutboundRtpStreamStats for the SSRC. | |
| UINT64 | roundTripTime | 
| Estimated round trip time (milliseconds) for this SSRC based on the RTCP timestamps. | |
| UINT64 | totalRoundTripTime | 
| The cumulative sum of all round trip time measurements in seconds since the beginning of the session. | |
| DOUBLE | fractionLost | 
| The fraction packet loss reported for this SSRC. | |
| UINT64 | reportsReceived | 
| Total number of RTCP RR blocks received for this SSRC. | |
| UINT64 | roundTripTimeMeasurements | 
| Total number of RTCP RR blocks received for this SSRC that contain a valid round trip time. | |
RTCRemoteInboundRtpStreamStats Represents the remote endpoint's measurement metrics for a particular incoming RTP stream.
Reference: https://www.w3.org/TR/webrtc-stats/#remoteinboundrtpstats-dict*
| DOUBLE RtcRemoteInboundRtpStreamStats::fractionLost | 
The fraction packet loss reported for this SSRC.
| DOMString RtcRemoteInboundRtpStreamStats::localId | 
Used to look up RTCOutboundRtpStreamStats for the SSRC.
| UINT64 RtcRemoteInboundRtpStreamStats::reportsReceived | 
Total number of RTCP RR blocks received for this SSRC.
| UINT64 RtcRemoteInboundRtpStreamStats::roundTripTime | 
Estimated round trip time (milliseconds) for this SSRC based on the RTCP timestamps.
| UINT64 RtcRemoteInboundRtpStreamStats::roundTripTimeMeasurements | 
Total number of RTCP RR blocks received for this SSRC that contain a valid round trip time.
| UINT64 RtcRemoteInboundRtpStreamStats::totalRoundTripTime | 
The cumulative sum of all round trip time measurements in seconds since the beginning of the session.