macOS SDK disableViewerAnnotation got ZoomSDKError_TooFrequentCall

[[[[ZoomSDK sharedSDK] getMeetingService] getASController]disableViewerAnnotation:ScreenType_First disable:YES] sometimes got success and sometimes got ZoomSDKError_TooFrequentCall, what’s the limitation, we need disable and enable frequently.
Also when do you support enable/disable individual participant’s annotation?
Thank you.

Hi @Rex_Wang, thanks for the post.

The reason you are getting this error is because some methods of the SDK are rate limited. Unfortunately, we do not have public documentation of the rates at this time.

Also when do you support enable/disable individual participant’s annotation?

In order for us to support this, the Zoom application itself would first need to add support. You may provide this feedback on the client here.

Thanks!