ZoomVideoSdkSessionShareStatisticsInfo.fromJson constructor

ZoomVideoSdkSessionShareStatisticsInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

ZoomVideoSdkSessionShareStatisticsInfo.fromJson(Map<String, dynamic> json)
    : recvFps = json['recvFps'],
      recvFrameHeight = json['recvFps'],
      recvFrameWidth = json['recvFps'],
      recvJitter = json['recvJitter'],
      recvLatency = json['recvLatency'],
      recvPacketLossAvg = json['recvPacketLossAvg'],
      recvPacketLossMax = json['recvPacketLossMax'],
      sendFps = json['sendFps'],
      sendFrameHeight = json['sendFrameHeight'],
      sendFrameWidth = json['sendFrameWidth'],
      sendJitter = json['sendJitter'],
      sendLatency = json['sendLatency'],
      sendPacketLossAvg = json['sendPacketLossAvg'],
      sendPacketLossMax = json['sendPacketLossMax'];