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