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