Meeting SDK for macOS API Reference
|
The interface for the user to confirm whether start archiving after joining the meeting. More...
#include <ZoomSDKMeetingService.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - joinWithArchive: |
Join the meeting. | |
Properties | |
NSString * | archiveConfirmContent |
The content that notifies the user to confirm starting to archive when joining the meeting. | |
The interface for the user to confirm whether start archiving after joining the meeting.
Definition at line 290 of file ZoomSDKMeetingService.h.
- (ZoomSDKError) joinWithArchive: | (BOOL) | startArchive |
Join the meeting.
startArchive | YES means start the archive when joining the meeting, NO means do not start the archive when joining the meeting. |
|
readnonatomiccopy |
The content that notifies the user to confirm starting to archive when joining the meeting.
Definition at line 294 of file ZoomSDKMeetingService.h.