ZoomVideoSdkCameraDevice constructor
ZoomVideoSdkCameraDevice()
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);