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

Handler to approve or continue enabling query request. More...

#include <ZoomSDKAICompanionQueryHelper.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- continueApprove
 Continue approve action.
 

Properties

unsigned int senderUserID
 Get the requester's user ID.
 

Detailed Description

Handler to approve or continue enabling query request.

Definition at line 154 of file ZoomSDKAICompanionQueryHelper.h.

Method Documentation

◆ continueApprove

- (ZoomSDKError) continueApprove

Continue approve action.

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 158 of file ZoomSDKAICompanionQueryHelper.h.