RTCRemoteInboundRtpStreamStats: type property

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

The type property of the RTCRemoteInboundRtpStreamStats dictionary is a string with the value "remote-inbound-rtp".

Different statistics are obtained by iterating the RTCStatsReport object returned by a call to RTCPeerConnection.getStats(). The type indicates the set of statistics available through the object in a particular iteration step. A value of "inbound-rtp" indicates that the statistics available in the current step are those defined in RTCRemoteInboundRtpStreamStats.

Value

A string with the value "inbound-rtp".

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtcstats-type

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
type in 'remote-inbound-rtp' stats

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support