Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCArchiveConfrimHandle.h
Go to the documentation of this file.
6#import <Foundation/Foundation.h>
7#import <MobileRTC/MobileRTCConstants.h>
8
13@interface MobileRTCArchiveConfrimHandle : NSObject
19- (MobileRTCSDKError)joinWithArchive:(BOOL)startArchive;
20
25- (NSString * _Nullable)getArchiveConfirmContent;
26@end
27
32@interface MobileRTCRecoverMeetingHandle : NSObject
38- (MobileRTCSDKError)recoverMeeting:(BOOL)toRecover;
39
44- (NSString * _Nullable)getRecoverMeetingContent;
45@end
MobileRTCSDKError
Enumeration of SDK error.
The interface for user to handle confirm whether start archive after joining the meeting.
NSString *_Nullable getArchiveConfirmContent()
The content that notify user to confirm start archive when join meeting.
The interface for host user to handle recover meeting or not when start a deleted or expired meeting.
NSString *_Nullable getRecoverMeetingContent()
The content that notify the host user to recover the meeting.