Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKMeetingSmartSummaryPrivilegeHandler Class Reference

#include <ZoomSDKMeetingSmartSummaryController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- accept
 Agree to the start smart summary request.
 
(ZoomSDKError- decline
 Decline the start smart summary request.
 
(ZoomSDKError- ignore
 Ignore the start smart summary request.
 

Detailed Description

Definition at line 11 of file ZoomSDKMeetingSmartSummaryController.h.

Method Documentation

◆ accept

- (ZoomSDKError) accept

Agree to the start smart summary request.

Returns
If the function succeeds, it will return ZoomSDKError_Success.

◆ decline

- (ZoomSDKError) decline

Decline the start smart summary request.

Returns
If the function succeeds, it will return ZoomSDKError_Success.

◆ ignore

- (ZoomSDKError) ignore

Ignore the start smart summary request.

Returns
If the function succeeds, it will return ZoomSDKError_Success.