isCameraAutoExposureFaceModeSupported abstract method

Future<bool> isCameraAutoExposureFaceModeSupported()

Checks whether the device supports auto exposure.

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 applies to iOS only.

Returns true : The device supports auto exposure. false : The device does not support auto exposure.

Implementation

Future<bool> isCameraAutoExposureFaceModeSupported();