stopStats method
Stops the monitoring of RTCPeerConnection statistics.
Implementation
stopStats() {
peerConnectionStats?.stop();
peerConnectionStats = null;
}
Stops the monitoring of RTCPeerConnection statistics.
stopStats() {
peerConnectionStats?.stop();
peerConnectionStats = null;
}