RTCTransportStats: iceRole property

Limited availability

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

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The iceRole property of the RTCTransportStats dictionary is a string that indicates the ICE role that the transport is fulfilling: that of the controlling agent, or the agent that is being controlled.

This has the same value as the RTCIceTransport.role property of the underlying RTCDtlsTransport.iceTransport.

Value

A string that will be one of the following values: controlled, controlling, or unknown.

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtctransportstats-icerole

Browser compatibility