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

A class that handles the reminder dialog. More...

#include <MobileRTCReminderHelper.h>

Inherits NSObject.

Instance Methods

(MobileRTCSDKError- accept
 Accepts the reminder.
 
(MobileRTCSDKError- declined
 Declines the reminder.
 
(MobileRTCSDKError- ignore
 Ignores the reminder.
 
(MobileRTCSDKError- setHideFeatureDisclaimers
 Sets not to show the disclaimer in subsequent meetings.
 
(BOOL) - isNeedExplicitConsent4AICustomDisclaimer
 Determines if explicit consent is needed for AI custom disclaimer. Only valid for MobileRTCReminderType_CustomAICompanionDisclaimer.
 

Detailed Description

A class that handles the reminder dialog.

Definition at line 71 of file MobileRTCReminderHelper.h.

Method Documentation

◆ accept

- (MobileRTCSDKError) accept

Accepts the reminder.

Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.

◆ declined

- (MobileRTCSDKError) declined

Declines the reminder.

Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.

◆ ignore

- (MobileRTCSDKError) ignore

Ignores the reminder.

Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.

◆ isNeedExplicitConsent4AICustomDisclaimer

- (BOOL) isNeedExplicitConsent4AICustomDisclaimer

Determines if explicit consent is needed for AI custom disclaimer. Only valid for MobileRTCReminderType_CustomAICompanionDisclaimer.

Returns
YES if 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

- (MobileRTCSDKError) setHideFeatureDisclaimers

Sets not to show the disclaimer in subsequent meetings.

Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.