RtcPeerConnection constructor

RtcPeerConnection(
  1. Map rtcIceServers, [
  2. Map? mediaConstraints
])

Implementation

factory RtcPeerConnection(Map rtcIceServers, [Map? mediaConstraints]) {
  throw _webRtcUnsupported();
}