JanusWebRTCHandle constructor

JanusWebRTCHandle({
  1. RTCPeerConnection? peerConnection,
})

Implementation

JanusWebRTCHandle({
  this.peerConnection,
});