onCameraExposureAreaChanged property
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 callback is for Android and iOS only.
Implementation
final void Function(int x, int y, int width, int height)?
onCameraExposureAreaChanged;