Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKRecoverMeetingHandler Class 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.
 

Detailed Description

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.

Method Documentation

◆ recoverMeeting:

- (ZoomSDKError) recoverMeeting: (BOOL) toRecover

Join the meeting.

Parameters
toRecoverYES means to recover the meeting and start the meeting. NO means not to recover the meeting and leave the start meeting process.
Returns
If the function succeeds, the return value is ZoomSDKError_Success. Otherwise the function fails.

Property Documentation

◆ recoverMeetingContent

- (NSString*) recoverMeetingContent
readnonatomiccopy

The content that notifies the host user to recover the meeting.

Definition at line 311 of file ZoomSDKMeetingService.h.