remoteNetworkUplinkLoss property
- @JsonKey(name: 'remoteNetworkUplinkLoss')
int
remoteNetworkUplinkLoss
getter/setter pair
- Field description: upstream packet loss rate (%) from the SDK to cloud
- The smaller the value, the better.
- If remoteNetworkUplinkLoss is 0% , the upstream network quality is very good, and the data packets uploaded to the cloud are basically not lost.
- If remoteNetworkUplinkLoss is 30% , 30% of the audio/video data packets sent to the cloud by the SDK are lost on the transfer linkage.
Implementation
@JsonKey(name: 'remoteNetworkUplinkLoss')
int remoteNetworkUplinkLoss;