web api instance property
RTCRemoteInboundRtpStreamStats: type property
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 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
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.