|
Meeting SDK for iOS API 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. | |
A class that handles the reminder dialog.
Definition at line 71 of file MobileRTCReminderHelper.h.
| - (MobileRTCSDKError) accept |
Accepts the reminder.
| - (MobileRTCSDKError) declined |
Declines the reminder.
| - (MobileRTCSDKError) ignore |
Ignores the reminder.
| - (BOOL) isNeedExplicitConsent4AICustomDisclaimer |
Determines if explicit consent is needed for AI custom disclaimer. Only valid for MobileRTCReminderType_CustomAICompanionDisclaimer.
| - (MobileRTCSDKError) setHideFeatureDisclaimers |
Sets not to show the disclaimer in subsequent meetings.