setVideoEncoderConfig abstract method

Future<void> setVideoEncoderConfig({
  1. int? width,
  2. int? height,
  3. int? frameRate,
  4. int? bitrateKbps,
})

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});