connectionState property

RTCPeerConnectionState connectionState

Implementation

RTCPeerConnectionState get connectionState =>
    RTCPeerConnectionState.fromValue(
        js_util.getProperty(this, 'connectionState'));