bitrate property

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

The bitrate of the shared region. The bitrate (Kbps) of the shared region. The default value is 0 (the SDK works out a bitrate according to the dimensions of the current screen).

Implementation

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