|
Meeting SDK for iOS API 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. | |
The interface for user to handle confirm whether start archive after joining the meeting.
Definition at line 13 of file MobileRTCArchiveConfrimHandle.h.
| - (NSString *_Nullable) getArchiveConfirmContent |
The content that notify user to confirm start archive when join meeting.
| - (MobileRTCSDKError) joinWithArchive: | (BOOL) | startArchive |
join the meeting.
| startArchive | true means start the archive when join meeting, false means not start the archive then join meeting. |