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.
NSString * requesterUserName
 Gets the requester's user name.

Detailed Description

Handler to approve or decline requests to start smart summary.

Definition at line 88 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

◆ requesterUserName

- (NSString*) requesterUserName
readnonatomiccopy

Gets the requester's user name.

Note
This value is always valid, even when senderUserID returns 0.

Definition at line 100 of file ZoomSDKAICompanionSmartSummaryHelper.h.

◆ senderUserID

- (unsigned int) senderUserID
readnonatomicassign

Gets the requester's user ID.

Note
Returns 0 when the requester is from a user in the main meeting who is not in the host's local participant cache (e.g., a participant in the main meeting requesting while the host is in a breakout room). In this case, use requesterUserName to obtain the requester's display name.

Definition at line 95 of file ZoomSDKAICompanionSmartSummaryHelper.h.