connectionState method

PeerConnectionState connectionState()

Returns the current PeerConnectionState of this PeerConnection.

Implementation

PeerConnectionState connectionState() {
  return _connectionState;
}