RTCRemoteOutboundRtpStreamStats: type property

We’d love to hear your thoughts on the next set of proposals for the JavaScript language. You can find a description of the proposals here.
Please take two minutes to fill out our short survey.

The type property of the RTCRemoteOutboundRtpStreamStats dictionary is a string with the value "remote-outbound-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 "remote-outbound-rtp" indicates that the statistics available in the current step are those defined in RTCRemoteOutboundRtpStreamStats.

Value

A string with the value "remote-outbound-rtp".

Specifications

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

Browser compatibility