getCameraMaxZoomFactor abstract method

Future<double> getCameraMaxZoomFactor()

Gets the maximum zoom ratio supported by the camera.

This method must be called after the camera is successfully enabled, that is, after the SDK triggers the onLocalVideoStateChanged callback and returns the local video state as localVideoStreamStateCapturing (1). This method is for Android and iOS only.

Returns The maximum zoom factor.

Implementation

Future<double> getCameraMaxZoomFactor();