Back to Content

RTCOutboundRtpStreamStats: transportId property

files/en-us/web/api/rtcoutboundrtpstreamstats/transportid/index.md

latest784 B
Original Source

{{APIRef("WebRTC")}}

The transportId property of the {{domxref("RTCOutboundRtpStreamStats")}} dictionary is a string that uniquely identifies the associated {{domxref("RTCTransportStats")}} statistics object for this RTP stream's underlying transport.

RTCOutboundRtpStreamStats and RTCTransportStats objects are correlated by iterating the {{domxref("RTCStatsReport")}} to find the statistics objects where RTCOutboundRtpStreamStats.transportId is equal to {{domxref("RTCTransportStats.id")}}.

Value

A string that contains the {{domxref("RTCTransportStats.id","id")}} of the object that was inspected to produce the {{domxref("RTCTransportStats")}} object associated with this RTP stream.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}