onCameraFocusChanged method

void onCameraFocusChanged(
  1. CGPoint focusPoint
)

摄像头对焦区域已改变回调。 该回调表示相机的对焦区域发生了改变。 该回调是由本地用户调用 NERtcDeviceManager.setCameraFocusPosition 方法改变对焦位置触发的

focusPoint 新的对焦区域位置

Implementation

void onCameraFocusChanged(CGPoint focusPoint) {}