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

#include <ZoomSDKAICompanionQueryHelper.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- continueApprove
 Continue approve action.
 

Properties

unsigned int senderUserID
 Get the requester's user ID.
 

Detailed Description

Definition at line 132 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 136 of file ZoomSDKAICompanionQueryHelper.h.