Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKReminderHandler Class Reference

#include <ZoomSDKReminderController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- accept
 
(ZoomSDKError- decline
 
(ZoomSDKError- ignore
 
(ZoomSDKError- setHideFeatureDisclaimers
 
(BOOL) - isNeedExplicitConsent4AICustomDisclaimer
 Is need explicit consent for AI custom disclaimer. Only valid for ZoomSDKReminderType_CustomAICompanionDisclaimer .
 

Detailed Description

Definition at line 34 of file ZoomSDKReminderController.h.

Method Documentation

◆ accept

- (ZoomSDKError) accept

accept the reminder.

◆ decline

- (ZoomSDKError) decline

declined the reminder.

◆ ignore

- (ZoomSDKError) ignore

ignore the reminder.

◆ isNeedExplicitConsent4AICustomDisclaimer

- (BOOL) isNeedExplicitConsent4AICustomDisclaimer

Is need explicit consent for AI custom disclaimer. Only valid for ZoomSDKReminderType_CustomAICompanionDisclaimer .

Returns
YES means explicit consent is required. Before agreeing to AIC disclaimer, the user's video and audio will be blocked. NO means explicit consent is not required and video and audio will not be blocked.

◆ setHideFeatureDisclaimers

- (ZoomSDKError) setHideFeatureDisclaimers

Set not show the disclaimer in subsequent meetings.