SetCameraCaptureConfigRequest constructor
      
      SetCameraCaptureConfigRequest({ 
    
    
- NERtcCaptureExtraRotation? extraRotation,
- int? captureWidth,
- int? captureHeight,
- int? streamType,
Implementation
SetCameraCaptureConfigRequest({
  this.extraRotation,
  this.captureWidth,
  this.captureHeight,
  this.streamType,
});