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
 Enable meeting query.
 
(BOOL) - isForRequest
 Determine 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

Enable meeting query.

Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function fails.

◆ isForRequest

- (BOOL) isForRequest

Determine if this handler for request enable query.

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