txPacketLossRate property

  1. @JsonKey.new(name: 'txPacketLossRate')
int? txPacketLossRate
final

使用抗丢包技术前,客户端上行发送到服务器丢包率 (%)。

Implementation

@JsonKey(name: 'txPacketLossRate')
final int? txPacketLossRate;