ZoomVideoSdkCameraDevice constructor

ZoomVideoSdkCameraDevice(
  1. String deviceId,
  2. String deviceName,
  3. bool? isSelectedDevice,
  4. String? cameraFacingType,
  5. String? position,
  6. String? deviceType,
  7. num? maxZoomFactor,
  8. num? videoZoomFactorUpscaleThreshold,
)

the camera video zoom factor upscale threshold (Only for iOS platform)

Implementation

num? videoZoomFactorUpscaleThreshold; /// the camera video zoom factor upscale threshold (Only for iOS platform)

ZoomVideoSdkCameraDevice(
    this.deviceId,
    this.deviceName,
    this.isSelectedDevice,
    this.cameraFacingType,
    this.position,
    this.deviceType,
    this.maxZoomFactor,
    this.videoZoomFactorUpscaleThreshold);