isCameraExposurePositionSupported abstract method

Future<bool?> isCameraExposurePositionSupported()

Checks whether the device supports manual exposure. Call this method before calling joinChannel , enableVideo , or enableLocalVideo , depending on which method you use to turn on your local camera.

return true: The device supports manual exposure. false: The device does not support manual exposure.

Implementation

Future<bool?> isCameraExposurePositionSupported();