NERtcCameraCaptureConfig.manual constructor Null safety
Implementation
NERtcCameraCaptureConfig.manual(int captureWidth, int captureHeight)
: this(NERtcCameraCapturePreference.kManual, captureWidth, captureHeight);
NERtcCameraCaptureConfig.manual(int captureWidth, int captureHeight)
: this(NERtcCameraCapturePreference.kManual, captureWidth, captureHeight);