iceConnectionStateChangeEvent constant

EventStreamProvider<Event> const iceConnectionStateChangeEvent = const EventStreamProvider<Event>('iceconnectionstatechange')

Static factory designed to expose iceconnectionstatechange events to event handlers that are not necessarily instances of RtcPeerConnection.

See EventStreamProvider for usage information.

Implementation

static const EventStreamProvider<Event> iceConnectionStateChangeEvent =
    const EventStreamProvider<Event>('iceconnectionstatechange')