sentBytes property

  1. @JsonKey(name: 'sentBytes')
int sentBytes
getter/setter pair
  • Field description: total number of sent bytes (including signaling data and audio/video data)

Implementation

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