RtcStats constructor
RtcStats(
- int totalDuration,
- int txBytes,
- int rxBytes,
- int txAudioBytes,
- int txVideoBytes,
- int rxAudioBytes,
- int rxVideoBytes,
- int txKBitRate,
- int rxKBitRate,
- int txAudioKBitRate,
- int rxAudioKBitRate,
- int txVideoKBitRate,
- int rxVideoKBitRate,
- int users,
- int lastmileDelay,
- int txPacketLossRate,
- int rxPacketLossRate,
- double cpuTotalUsage,
- double cpuAppUsage,
- int gatewayRtt,
- double memoryAppUsageRatio,
- double memoryTotalUsageRatio,
- int memoryAppUsageInKbytes,
Constructs a RtcStats
Implementation
RtcStats(
this.totalDuration,
this.txBytes,
this.rxBytes,
this.txAudioBytes,
this.txVideoBytes,
this.rxAudioBytes,
this.rxVideoBytes,
this.txKBitRate,
this.rxKBitRate,
this.txAudioKBitRate,
this.rxAudioKBitRate,
this.txVideoKBitRate,
this.rxVideoKBitRate,
this.users,
this.lastmileDelay,
this.txPacketLossRate,
this.rxPacketLossRate,
this.cpuTotalUsage,
this.cpuAppUsage,
this.gatewayRtt,
this.memoryAppUsageRatio,
this.memoryTotalUsageRatio,
this.memoryAppUsageInKbytes,
);