onIceConnectionStateChange property
Stream of iceconnectionstatechange events handled by this RtcPeerConnection.
Implementation
Stream<Event> get onIceConnectionStateChange =>
iceConnectionStateChangeEvent.forTarget(this);
Stream of iceconnectionstatechange events handled by this RtcPeerConnection.
Stream<Event> get onIceConnectionStateChange =>
iceConnectionStateChangeEvent.forTarget(this);