rtcPeerConnection top-level property

dynamic get rtcPeerConnection

A WebRTC connection between the local computer and a remote peer. It provides methods to connect to a remote peer, maintain and monitor the connection, and close the connection once it's no longer needed.

MDN Reference

Implementation

_i2.dynamic get rtcPeerConnection => _i4.getProperty(
      _self,
      'RTCPeerConnection',
    );