RtcSystemStats constructor

RtcSystemStats(
  1. int totalCpuUsage,
  2. int totalPhysMemory,
  3. int workingSetSize,
  4. int memoryUsage,
)

Constructs a RtcVideoRecvBweStats

Implementation

RtcSystemStats(this.totalCpuUsage, this.totalPhysMemory, this.workingSetSize,
    this.memoryUsage);