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

Handles reminders related to enabling smart features (e.g., smart recording). More...

#include <ZoomSDKReminderController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- setEnableOption:
 Set the option indicating which meetings smart recording will be enabled for.
 
(ZoomSDKError- start
 Start the smart recording.
 
(ZoomSDKError- decline:
 Decline the reminder.
 
(ZoomSDKError- ignore
 Ignore the reminder.
 

Detailed Description

Handles reminders related to enabling smart features (e.g., smart recording).

Definition at line 80 of file ZoomSDKReminderController.h.

Method Documentation

◆ decline:

- (ZoomSDKError) decline: (BOOL) declineAll

Decline the reminder.

Parameters
declineAllYES means decline all reminders,and participants cannot send requests again until the host change the setting. NO means that the host declines only this specific request , not all requests.
Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.

◆ ignore

- (ZoomSDKError) ignore

Ignore the reminder.

Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.

◆ setEnableOption:

- (ZoomSDKError) setEnableOption: (ZoomSDKMeetingFeatureEnableOption) option

Set the option indicating which meetings smart recording will be enabled for.

Parameters
optionSpecify the option.
Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.

◆ start

- (ZoomSDKError) start

Start the smart recording.

Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.