bitRate property

int bitRate

Communication bit rate (kbps) when connecting to a remote.

This is determined by AgoraVideoProfile. If you want to change it, use setScreen.

リモートに接続する際の通信ビットレート(kbps)。

AgoraVideoProfileによって決定されます。変更したい場合はsetScreenを利用してください。

Implementation

int get bitRate => _videoProfile.bitrate(channelProfile);