Meeting SDK for macOS API Reference
|
#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. | |
Definition at line 59 of file ZoomSDKReminderController.h.
- (ZoomSDKError) decline: | (BOOL) | declineAll |
Decline the reminder.
declineAll | YES 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. |
- (ZoomSDKError) ignore |
Ignore the reminder.
- (ZoomSDKError) setEnableOption: | (ZoomSDKMeetingFeatureEnableOption) | option |
Set the option indicating which meetings smart recording will be enabled for.
option | Specify the option. |
- (ZoomSDKError) start |
Start the smart recording.