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

An interface for users to handle confirmation whether to start archive after joining the meeting. More...

#include <MobileRTCArchiveConfrimHandle.h>

Inherits NSObject.

Instance Methods

(MobileRTCSDKError- joinWithArchive:
 Joins the meeting.
 
(NSString *_Nullable) - getArchiveConfirmContent
 Gets the content that notifies the user to confirm starting archive when joining the meeting.
 

Detailed Description

An interface for users to handle confirmation whether to start archive after joining the meeting.

Definition at line 13 of file MobileRTCArchiveConfrimHandle.h.

Method Documentation

◆ getArchiveConfirmContent

- (NSString *_Nullable) getArchiveConfirmContent

Gets the content that notifies the user to confirm starting archive when joining the meeting.

Returns
The content that notifies the user to confirm starting archive when joining the meeting.

◆ joinWithArchive:

- (MobileRTCSDKError) joinWithArchive: (BOOL) startArchive

Joins the meeting.

Parameters
startArchiveYES to start the archive when joining the meeting, NO to not start the archive when joining the meeting.
Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.