isCameraFaceDetectSupported abstract method
检查设备摄像头是否支持人脸检测。
该方法仅适用于 Android 和 iOS。 该方法必须在 SDK 触发 onLocalVideoStateChanged 回调,返回本地视频状态为 localVideoStreamStateCapturing (1) 之后调用。
Returns true : 设备摄像头支持人脸检测。 false : 设备摄像头不支持人脸检测。
Implementation
Future<bool> isCameraFaceDetectSupported();