getCameraMaxZoomFactor abstract method

Future<double?> getCameraMaxZoomFactor()

Gets the maximum zoom ratio supported by the camera. Call this method before calling joinChannel , enableVideo , or enableLocalVideo , depending on which method you use to turn on your local camera.

return The maximum zoom factor.

Implementation

Future<double?> getCameraMaxZoomFactor();