audioPacketLoss property

  1. @JsonKey(name: 'audioPacketLoss')
int audioPacketLoss
getter/setter pair
  • Field description: total packet loss rate (%) of the audio stream
  • audioPacketLoss represents the packet loss rate eventually calculated on the audience side after the audio/video stream goes through the complete transfer linkage of "anchor -> cloud -> audience".
  • The smaller the audioPacketLoss, the better. The packet loss rate of 0 indicates that all data of the audio stream has entirely reached the audience.
  • If downLoss is 0 but audioPacketLoss isn't, there is no packet loss on the linkage of "cloud -> audience" for the audiostream, but there are unrecoverable packet losses on the linkage of "anchor -> cloud".

Implementation

@JsonKey(name: 'audioPacketLoss')
int audioPacketLoss;