W3cubDocs

/Web APIs

RTCRemoteOutboundRtpStreamStats: type property

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-rtpp".

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
type 91 91 72 No 77 No 91 91 79 64 No 16.0

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCRemoteOutboundRtpStreamStats/type