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 353 of file ZoomSDKMeetingService.h.

Method Documentation

◆ recoverMeeting:

- (ZoomSDKError) recoverMeeting: (BOOL) toRecover

Join the meeting.

Parameters
toRecoverYES to recover the meeting and start the meeting, NO to not recover the meeting and leave the start meeting process.
Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

Property Documentation

◆ recoverMeetingContent

- (NSString*) recoverMeetingContent
readnonatomiccopy

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

Definition at line 357 of file ZoomSDKMeetingService.h.