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

#include <ZoomSDKAICompanionQueryHelper.h>

Inherits NSObject.

Instance Methods

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

Properties

unsigned int senderUserID
 Get the requester's user ID.
 

Detailed Description

Definition at line 165 of file ZoomSDKAICompanionQueryHelper.h.

Method Documentation

◆ approve

- (ZoomSDKError) approve

Approve the request.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise the function fails.

◆ decline:

- (ZoomSDKError) decline: (BOOL) declineAll

Decline the request.

Parameters
declineAllYES means decline all request.
Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise the function fails.

Property Documentation

◆ senderUserID

- (unsigned int) senderUserID
readnonatomicassign

Get the requester's user ID.

Definition at line 169 of file ZoomSDKAICompanionQueryHelper.h.