Meeting SDK for macOS API Reference
|
The interface for host user to handle recover meeting or not when start a deleted or expired meeting. More...
#include <ZoomSDKMeetingService.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - recoverMeeting: |
Join the meeting. | |
Properties | |
NSString * | recoverMeetingContent |
The content that notifies the host user to recover the meeting. | |
The interface for host user to handle recover meeting or not when start a deleted or expired meeting.
Definition at line 307 of file ZoomSDKMeetingService.h.
- (ZoomSDKError) recoverMeeting: | (BOOL) | toRecover |
Join the meeting.
toRecover | YES means to recover the meeting and start the meeting. NO means not to recover the meeting and leave the start meeting process. |
|
readnonatomiccopy |
The content that notifies the host user to recover the meeting.
Definition at line 311 of file ZoomSDKMeetingService.h.