isCameraFaceDetectSupported abstract method

Future<bool> isCameraFaceDetectSupported()

Checks whether the device camera supports face detection.

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 camera supports face detection. false : The device camera does not support face detection.

Implementation

Future<bool> isCameraFaceDetectSupported();