setVideoEncoderConfig abstract method
Video capture/encode parameters for camera publishing — applied to the current track when live, and to subsequent publishes.
Implementation
Future<void> setVideoEncoderConfig(
{int? width, int? height, int? frameRate, int? bitrateKbps});