Firefox Tomorrow

web api instance property

RTCTransportStats: iceRole property

View on MDN ↗

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 role property of the underlying iceTransport.

Value

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

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.