onicestatechange event
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
This event fires any time the RTCIceTransportState changes.
Syntax
Event Property | object.onicestatechange = handler; |
Event handler parameters
eventHandler
Type: icestatechangeUses the
RTCIceTransportStateChangedEvent
interface and must be supported by all objects implementing theRTCIceTransport
interface. (Nullable)