RemoteVideoStats constructor Null safety
Constructs a RemoteVideoStats
Implementation
RemoteVideoStats(
this.uid,
this.delay,
this.width,
this.height,
this.receivedBitrate,
this.decoderOutputFrameRate,
this.rendererOutputFrameRate,
this.packetLossRate,
this.rxStreamType,
this.totalFrozenTime,
this.frozenRate,
this.totalActiveTime,
this.publishDuration,
);