expectedDownlinkBitrate property

  1. @JsonKey(name: 'expectedDownlinkBitrate')
int? expectedDownlinkBitrate
final

The expected maximum downlink bitrate (bps) of the local user. The value range is 100000,5000000.

Implementation

@JsonKey(name: 'expectedDownlinkBitrate')
final int? expectedDownlinkBitrate;