Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCRecoverMeetingHandle Class Reference

The interface for host user to handle recover meeting or not when start a deleted or expired meeting. More...

#include <MobileRTCArchiveConfrimHandle.h>

Inherits NSObject.

Instance Methods

(MobileRTCSDKError- recoverMeeting:
 Join the meeting.
 
(NSString *_Nullable) - getRecoverMeetingContent
 The content that notify 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 35 of file MobileRTCArchiveConfrimHandle.h.

Method Documentation

◆ getRecoverMeetingContent

- (NSString *_Nullable) getRecoverMeetingContent

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

Returns
The content that notify the host user to recover the meeting.

◆ recoverMeeting:

- (MobileRTCSDKError) recoverMeeting: (BOOL) toRecover

Join the meeting.

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