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

Handler to approve or decline the send query request. More...

#include <ZoomSDKAICompanionQueryHelper.h>

Inherits NSObject.

Instance Methods

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

Properties

unsigned int senderUserID
 Gets the requester's user ID.
 

Detailed Description

Handler to approve or decline the send query request.

Definition at line 196 of file ZoomSDKAICompanionQueryHelper.h.

Method Documentation

◆ approve

- (ZoomSDKError) approve

Approve the request.

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

◆ decline:

- (ZoomSDKError) decline: (BOOL) declineAll

Decline the request.

Parameters
declineAllYES to decline all request, NO otherwise.
Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

Property Documentation

◆ senderUserID

- (unsigned int) senderUserID
readnonatomicassign

Gets the requester's user ID.

Definition at line 200 of file ZoomSDKAICompanionQueryHelper.h.