isCameraFocusSupported abstract method

Future<bool> isCameraFocusSupported()

Check whether the device supports the manual focus function.

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 true : The device supports the manual focus function. false : The device does not support the manual focus function.

Implementation

Future<bool> isCameraFocusSupported();