W3cubDocs

/Dart 2

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')

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-html/RtcPeerConnection/iceConnectionStateChangeEvent-constant.html