TRTCStatistics constructor
TRTCStatistics({ - int appCpu = -1,
- int systemCpu = -1,
- int upLoss = -1,
- int downLoss = -1,
- int rtt = -1,
- int gatewayRtt = -1,
- int sentBytes = -1,
- int receivedBytes = -1,
- List<TRTCLocalStatistics>? localStatisticsArray,
- List<TRTCRemoteStatistics>? remoteStatisticsArray,
})
Implementation
TRTCStatistics({
this.appCpu = -1,
this.systemCpu = -1,
this.upLoss = -1,
this.downLoss = -1,
this.rtt = -1,
this.gatewayRtt = -1,
this.sentBytes = -1,
this.receivedBytes = -1,
this.localStatisticsArray,
this.remoteStatisticsArray,
});