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 335 of file ZoomSDKMeetingService.h.

Method Documentation

◆ joinWithArchive:

- (ZoomSDKError) joinWithArchive: (BOOL) startArchive

Join 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 ZoomSDKError_Success. Otherwise, this function returns an error.

Property Documentation

◆ archiveConfirmContent

- (NSString*) archiveConfirmContent
readnonatomiccopy

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

Definition at line 339 of file ZoomSDKMeetingService.h.