CameraConfig constructor
CameraConfig({
- CameraDirection cameraDirection = CameraDirection.front,
- CameraResolutionPreset resolution = CameraResolutionPreset.high,
- bool enableAudio = false,
Implementation
CameraConfig({
this.cameraDirection = CameraDirection.front,
this.resolution = CameraResolutionPreset.high,
this.enableAudio = false,
});