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:
 Sets the option indicating which meetings smart recording is enabled for.
(ZoomSDKError- start
 Starts 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 to decline all reminders, and participants cannot send requests again until the host changes the setting, NO to decline only this specific request, not all requests.
Returns
If the function succeeds, it returns ZoomSDKError_success. Otherwise, this function returns an error.

◆ ignore

- (ZoomSDKError) ignore

Ignore the reminder.

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

References ignore.

Referenced by ignore.

◆ setEnableOption:

- (ZoomSDKError) setEnableOption: (ZoomSDKMeetingFeatureEnableOption) option

Sets the option indicating which meetings smart recording is enabled for.

Parameters
optionSpecify the option.
Returns
If the function succeeds, it returns ZoomSDKError_success. Otherwise, this function returns an error.

◆ start

- (ZoomSDKError) start

Starts the smart recording.

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

References start.

Referenced by start.