RTCRemoteOutboundRtpStreamStats.reportsSent

The RTCRemoteOutboundRtpStreamStats dictionary's reportsSent property provides the number of Sender Reports (SRs) the remote peer has transmitted to the local peer.

Syntax

let reportCount = rtcRemoteOutboundRtpStreamStats.reportsSent;

Value

An integer value which indicates the total number of RTCP Sender Reports so far sent by the remote peer to the local peer.

Usage notes

Sender reports, described in RFC 3550, section 6.4.1 with an overview in RFC 3550, section 6.4, are used by RTP to share data transmission quality feedback between the two peers. The data in these reports is used by WebRTC to fill out various fields within the statistics objects, and this property's value indicates how many times that information was shared.

Examples

<<<--- add an example --->>>

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
reportsSentChrome No support NoEdge No support NoFirefox No support NoIE No support NoOpera No support NoSafari No support NoWebView Android No support NoChrome Android No support NoFirefox Android No support NoOpera Android No support NoSafari iOS No support NoSamsung Internet Android No support No

Legend

No support
No support

See also