Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCReminderHandler Class Reference

The interface to handle the reminder dialog. More...

#include <MobileRTCReminderHelper.h>

Inherits NSObject.

Instance Methods

(MobileRTCSDKError- accept
 accept the reminder.
 
(MobileRTCSDKError- declined
 Declined the reminder.
 
(MobileRTCSDKError- ignore
 Ignore the reminder.
 
(MobileRTCSDKError- setHideFeatureDisclaimers
 Set not show the disclaimer in subsequent meetings.
 
(BOOL) - isNeedExplicitConsent4AICustomDisclaimer
 Is need explicit consent for AI custom Disclaimer. Only valid for MobileRTCReminderType_CustomAICompanionDisclaimer .
 

Detailed Description

The interface to handle the reminder dialog.

Definition at line 73 of file MobileRTCReminderHelper.h.

Method Documentation

◆ accept

- (MobileRTCSDKError) accept

accept the reminder.

◆ declined

- (MobileRTCSDKError) declined

Declined the reminder.

◆ ignore

- (MobileRTCSDKError) ignore

Ignore the reminder.

◆ isNeedExplicitConsent4AICustomDisclaimer

- (BOOL) isNeedExplicitConsent4AICustomDisclaimer

Is need explicit consent for AI custom Disclaimer. Only valid for MobileRTCReminderType_CustomAICompanionDisclaimer .

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

◆ setHideFeatureDisclaimers

- (MobileRTCSDKError) setHideFeatureDisclaimers

Set not show the disclaimer in subsequent meetings.

Returns
If the function succeeds, the return value is MobileRTCSDKError_Success. Otherwise the function fails. Fed,