enableCameraAutoFocus method
Enabling auto focus (for mobile OS) After auto focus is enabled, the camera will automatically detect and always focus on faces.
Implementation
@override
void enableCameraAutoFocus(bool enabled) {
RoomEngineNative.enableCameraAutoFocus(enabled);
}