WebRTCStatsReporter constructor

WebRTCStatsReporter(
  1. TxSocket socket,
  2. RTCPeerConnection peerConnection,
  3. String callId,
  4. String peerId,
)

Implementation

WebRTCStatsReporter(
  this.socket,
  this.peerConnection,
  this.callId,
  this.peerId,
);