setCameraZoomRange

abstract fun setCameraZoomRange(zoomRange: ZoomRange)

Set custom available zoom range. Min value 0.5f and max value 100f. Range 0.5x -> 100x is to become 1x -> 10x if that is what the device supports. Default value is ZoomRange(0.5f, 100f).