The maximum bitrate of sending the video track (Kbps).
The minimum bitrate of sending the video track (Kbps).
Since
4.17.1
Frame rate of the video (fps).
You can pass a number
, or a constraint such as { max: 30, min: 5 }
.
For details about the constraint, see ConstrainLong.
Since
4.17.1
Height of the video.
You can pass a number
, or a constraint such as { max: 1280, min: 720 }
.
For more details about the constraint, see ConstrainLong.
Your MediaStreamTrack object.
Since
4.0.0
Transmission optimization mode. Whether to prioritize video quality or smoothness:
"detail"
: Prioritizes video quality."motion"
: Prioritizes video smoothness.Note: This method is only supported on Chrome.
Since
4.17.1
Width of the video.
You can pass a number
, or a constraint such as { max: 1280, min: 720 }
.
For more details about the constraint, see ConstrainLong.
Configurations for the custom video track. Set these configurations when calling AgoraRTC.createCustomVideoTrack.