Back to Content

RTCIceCandidateStats: transportId property

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

latest600 B
Original Source

{{APIRef("WebRTC")}}

The transportId property of the {{domxref("RTCIceCandidateStats")}} dictionary is a string that uniquely identifies the transport that produced the {{domxref("RTCTransportStats")}} from which information about this candidate was taken.

This can be used, for example, to compare candidates that use the same transport.

Value

A string whose value uniquely identifies the transport from which any transport-related information accumulated in the {{domxref("RTCIceCandidateStats")}} was taken.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}