cameraFocusAreaChanged property

RectCallback? cameraFocusAreaChanged
getter/setter pair

Occurs when the camera focus area changes. The SDK triggers this callback when the local user changes the camera focus position by calling setCameraFocusPositionInPreview . This method is for Android and iOS only.

Param rect The focus rectangle in the local preview.

Implementation

RectCallback? cameraFocusAreaChanged;