|
Meeting SDK for iOS API 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 . | |
The interface to handle the reminder dialog.
Definition at line 70 of file MobileRTCReminderHelper.h.
| - (MobileRTCSDKError) accept |
accept the reminder.
| - (MobileRTCSDKError) declined |
Declined the reminder.
| - (MobileRTCSDKError) ignore |
Ignore the reminder.
| - (BOOL) isNeedExplicitConsent4AICustomDisclaimer |
Is need explicit consent for AI custom Disclaimer. Only valid for MobileRTCReminderType_CustomAICompanionDisclaimer .
| - (MobileRTCSDKError) setHideFeatureDisclaimers |
Set not show the disclaimer in subsequent meetings.