upLoss property 
    
      
        
  
    
        - @JsonKey.new(name: 'upLoss')
 
        int
        upLoss
        getter/setter pair
       
      
  
- Field description: CPU utilization (%) of the current system, Android 8.0 and above systems are not supported
- The smaller the value, the better. If  upLoss  is  0% , the upstream network quality is very good, and the data packets uploaded to the cloud are basically not lost.
- If  upLoss  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: 'upLoss')
int upLoss;