stopStats method

dynamic stopStats()

Stops the monitoring of RTCPeerConnection statistics.

Implementation

stopStats() {
  peerConnectionStats?.stop();
  peerConnectionStats = null;
}