Back to Content

RTCIceCandidatePairStats: transportId property

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

latest646 B
Original Source

{{APIRef("WebRTC")}}

The transportId property of the {{domxref("RTCIceCandidatePairStats")}} dictionary uniquely identifies the {{domxref("RTCIceTransport")}} object that was inspected to obtain the transport-related statistics contained in the stats object.

Value

A string which uniquely identifies the RTCIceTransport object from which the transport-related data was obtained for the statistics contained in this {{domxref("RTCIceCandidatePairStats")}} object.

The transport-related statistics come from the {{domxref("RTCTransportStats")}} dictionary.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}