cameraExposureAreaChanged property

RectCallback? cameraExposureAreaChanged
getter/setter pair

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

Param rect The focus rectangle in the local preview.

Implementation

RectCallback? cameraExposureAreaChanged;