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

An interface for host users to handle whether to recover the meeting when starting a deleted or expired meeting. More...

#include <MobileRTCArchiveConfrimHandle.h>

Inherits NSObject.

Instance Methods

(MobileRTCSDKError- recoverMeeting:
 Joins the meeting.
 
(NSString *_Nullable) - getRecoverMeetingContent
 Gets the content that notifies the host user to recover the meeting.
 

Detailed Description

An interface for host users to handle whether to recover the meeting when starting a deleted or expired meeting.

Definition at line 33 of file MobileRTCArchiveConfrimHandle.h.

Method Documentation

◆ getRecoverMeetingContent

- (NSString *_Nullable) getRecoverMeetingContent

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

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

◆ recoverMeeting:

- (MobileRTCSDKError) recoverMeeting: (BOOL) toRecover

Joins 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 MobileRTCSDKError_Success. Otherwise, this function returns an error.