Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKMeetingArchiveConfirmHandler Class 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.
 

Detailed Description

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

Definition at line 290 of file ZoomSDKMeetingService.h.

Method Documentation

◆ joinWithArchive:

- (ZoomSDKError) joinWithArchive: (BOOL) startArchive

Join the meeting.

Parameters
startArchiveYES means start the archive when joining the meeting, NO means do not start the archive when joining the meeting.
Returns
If the function succeeds, it will return ZoomSDKError_Success.

Property Documentation

◆ archiveConfirmContent

- (NSString*) archiveConfirmContent
readnonatomiccopy

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

Definition at line 294 of file ZoomSDKMeetingService.h.