RTCRemoteOutboundRtpStreamStats
dictionary's
reportsSent
property provides the number of Sender Reports (SRs) the remote peer has transmitted to the local peer.
let reportCount = rtcRemoteOutboundRtpStreamStats.reportsSent;
An integer value which indicates the total number of RTCP Sender Reports so far sent by the remote peer to the local peer.
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.
<<<--- add an example --->>>
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
reportsSent
|
Chrome No | Edge No | Firefox No | IE No | Opera No | Safari No | WebView Android No | Chrome Android No | Firefox Android No | Opera Android No | Safari iOS No | Samsung Internet Android No |
不支持
RTCRemoteinboundRtpStreamStats
property
reportsReceived
; the number of RTCP Receiver Report (RR) records received from the remote peer
RTCRemoteOutboundRtpStreamStats
localId
remoteTimestamp
reportsSent
MediaDevices.getUserMedia()
Navigator.mediaDevices
RTCCertificate
RTCDTMFSender
RTCDTMFToneChangeEvent
RTCDataChannel
RTCDataChannelEvent
RTCDtlsTransport
RTCErrorEvent
RTCIceCandidate
RTCIceTransport
RTCPeerConnection
RTCPeerConnectionIceErrorEvent
RTCPeerConnectionIceEvent
RTCRtpReceiver
RTCRtpSender
RTCRtpTransceiver
RTCSctpTransport
RTCSessionDescription
RTCStatsEvent
RTCStatsReport
RTCTrackEvent