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

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

#include <ZoomSDKAICompanionQueryHelper.h>

Inherits NSObject.

Instance Methods

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

Detailed Description

Handler to start the meeting query feature.

Definition at line 136 of file ZoomSDKAICompanionQueryHelper.h.

Method Documentation

◆ 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 start query directly.

◆ startMeetingQuery

- (ZoomSDKError) startMeetingQuery

Starts meeting query.

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