ZoomVideoSdkSessionShareStatisticsInfo constructor
ZoomVideoSdkSessionShareStatisticsInfo()
session send packet loss max value
Implementation
num sendPacketLossMax; /// session send packet loss max value
ZoomVideoSdkSessionShareStatisticsInfo(
this.recvFps,
this.recvFrameHeight,
this.recvFrameWidth,
this.recvJitter,
this.recvLatency,
this.recvPacketLossAvg,
this.recvPacketLossMax,
this.sendFps,
this.sendFrameHeight,
this.sendFrameWidth,
this.sendJitter,
this.sendLatency,
this.sendPacketLossAvg,
this.sendPacketLossMax);