SetCameraCaptureConfigRequest constructor

SetCameraCaptureConfigRequest({
  1. NERtcCaptureExtraRotation? extraRotation,
  2. int? captureWidth,
  3. int? captureHeight,
  4. int? streamType,
})

Implementation

SetCameraCaptureConfigRequest({
  this.extraRotation,
  this.captureWidth,
  this.captureHeight,
  this.streamType,
});