Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCArchiveConfrimHandle.h
Go to the documentation of this file.
1//
2// MobileRTCArchiveConfrimHandle.h
3// MobileRTC
4//
5// Created by Zoom Communications on 5/6/24.
6// Copyright © Zoom Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import <MobileRTC/MobileRTCConstants.h>
11
16@interface MobileRTCArchiveConfrimHandle : NSObject
22- (MobileRTCSDKError)joinWithArchive:(BOOL)startArchive;
23
28- (NSString * _Nullable)getArchiveConfirmContent;
29@end
30
35@interface MobileRTCRecoverMeetingHandle : NSObject
41- (MobileRTCSDKError)recoverMeeting:(BOOL)toRecover;
42
47- (NSString * _Nullable)getRecoverMeetingContent;
48@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.