Firefox Tomorrow

web api instance property

RTCTransportStats: iceState property

View on MDN ↗

The iceState property of the RTCTransportStats dictionary is a string that indicates the current ICE state of the underlying RTCIceTransport.

This has the same value as the corresponding state property.

Value

A string that will be one of the following values: new, checking, connected, completed, disconnected, failed, or closed.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.