connection property

RTCPeerConnection connection
getter/setter pair

Peer connection from flutter_webrtc used for transfers. For advanced use cases some of the methods and properties of this object is useful. It is only available after connect() has been called.

Implementation

RTCPeerConnection connection;