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

Handler to enable the meeting query feature. More...

#include <ZoomSDKAICompanionQueryHelper.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- enableQuery
 Enables meeting query.
 
(BOOL) - isForRequest
 Determines if this handler for request enable query.
 

Detailed Description

Handler to enable the meeting query feature.

Definition at line 117 of file ZoomSDKAICompanionQueryHelper.h.

Method Documentation

◆ enableQuery

- (ZoomSDKError) enableQuery

Enables meeting query.

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

◆ isForRequest

- (BOOL) isForRequest

Determines if this handler for request enable query.

Returns
YES if this handler is for request enable query. Otherwise it returns NO means this handler is for enable query directly.