receivedBytes property

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

Implementation

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