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

Handler to approve or decline requests to start smart summary. More...

#include <ZoomSDKAICompanionSmartSummaryHelper.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- approve
 Approve request.
(ZoomSDKError- decline
 Decline request.

Properties

unsigned int senderUserID
 Gets the requester's user ID.

Detailed Description

Handler to approve or decline requests to start smart summary.

Definition at line 87 of file ZoomSDKAICompanionSmartSummaryHelper.h.

Method Documentation

◆ approve

- (ZoomSDKError) approve

Approve request.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

References approve.

Referenced by approve.

◆ decline

- (ZoomSDKError) decline

Decline request.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

References decline.

Referenced by decline.

Property Documentation

◆ senderUserID

- (unsigned int) senderUserID
readnonatomicassign

Gets the requester's user ID.

Definition at line 91 of file ZoomSDKAICompanionSmartSummaryHelper.h.