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
14
20- (MobileRTCSDKError)joinWithArchive:(BOOL)startArchive;
21
26- (NSString * _Nullable)getArchiveConfirmContent;
27@end
28
33@interface MobileRTCRecoverMeetingHandle : NSObject
34
40- (MobileRTCSDKError)recoverMeeting:(BOOL)toRecover;
41
46- (NSString * _Nullable)getRecoverMeetingContent;
47@end
MobileRTCSDKError
Enumeration of the SDK error.
An interface for users to handle confirmation whether to start archive after joining the meeting.
NSString *_Nullable getArchiveConfirmContent()
Gets the content that notifies the user to confirm starting archive when joining the meeting.
An interface for host users to handle whether to recover the meeting when starting a deleted or expir...
NSString *_Nullable getRecoverMeetingContent()
Gets the content that notifies the host user to recover the meeting.