|
Meeting SDK for iOS API 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. | |
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.
| - (NSString *_Nullable) getRecoverMeetingContent |
Gets the content that notifies the host user to recover the meeting.
| - (MobileRTCSDKError) recoverMeeting: | (BOOL) | toRecover |
Joins the meeting.
| toRecover | YES to recover the meeting and start the meeting, NO to not recover the meeting and leave the start meeting process. |