Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCArchiveConfrimHandle Class Reference

The interface for user to handle confirm whether start archive after joining the meeting. More...

#include <MobileRTCArchiveConfrimHandle.h>

Inherits NSObject.

Instance Methods

(MobileRTCSDKError- joinWithArchive:
 join the meeting.
 
(NSString *_Nullable) - getArchiveConfirmContent
 The content that notify user to confirm start archive when join meeting.
 

Detailed Description

The interface for user to handle confirm whether start archive after joining the meeting.

Definition at line 16 of file MobileRTCArchiveConfrimHandle.h.

Method Documentation

◆ getArchiveConfirmContent

- (NSString *_Nullable) getArchiveConfirmContent

The content that notify user to confirm start archive when join meeting.

Returns
The content that notify user to confirm start archive when join meeting.

◆ joinWithArchive:

- (MobileRTCSDKError) joinWithArchive: (BOOL) startArchive

join the meeting.

Parameters
startArchivetrue means start the archive when join meeting, false means not start the archive then join meeting.
Returns
If the function succeeds, the return value is MobileRTCSDKError_Success. Otherwise fails.