stopStatsReporting method
      
void
stopStatsReporting()
      
     
    
    
Implementation
void stopStatsReporting() {
  if (debugReportStarted) {
    debugReportStarted = false;
    _sendStopDebugReport(debugStatsId);
  }
  _callQualityTimer?.cancel();
  _socketStatsTimer?.cancel();
}