|
Meeting SDK for iOS API 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. | |
An interface for users to handle confirmation whether to start archive after joining the meeting.
Definition at line 13 of file MobileRTCArchiveConfrimHandle.h.
| - (NSString *_Nullable) getArchiveConfirmContent |
Gets the content that notifies the user to confirm starting archive when joining the meeting.
| - (MobileRTCSDKError) joinWithArchive: | (BOOL) | startArchive |
Joins the meeting.
| startArchive | YES to start the archive when joining the meeting, NO to not start the archive when joining the meeting. |