isAutoFocusEnabled method

  1. @override
bool isAutoFocusEnabled()
override

Querying whether automatic face detection is supported (for mobile OS)

Implementation

@override
bool isAutoFocusEnabled() {
  return RoomEngineNative.isAutoFocusEnabled();
}