RTCRemoteInboundRtpStreamStats: transportId property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

The transportId property of the RTCRemoteInboundRtpStreamStats dictionary is a string that uniquely identifies the associated RTCTransportStats statistics object for this RTP stream's underlying transport.

RTCRemoteInboundRtpStreamStats and RTCTransportStats objects are correlated by iterating the RTCStatsReport to find the statistics objects where RTCRemoteInboundRtpStreamStats.transportId is equal to RTCTransportStats.id.

Value

A string that contains the id of the object that was inspected to produce the RTCTransportStats object associated with this RTP stream.

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtcrtpstreamstats-transportid

Browser compatibility