iceConnectionState method

IceConnectionState iceConnectionState()

Returns the current IceConnectionState of this PeerConnection.

Implementation

IceConnectionState iceConnectionState() {
  return _iceConnectionState;
}