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

#include <ZoomSDKAICompanionQueryHelper.h>

Inherits NSObject.

Instance Methods

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

Detailed Description

Definition at line 117 of file ZoomSDKAICompanionQueryHelper.h.

Method Documentation

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

◆ startMeetingQuery

- (ZoomSDKError) startMeetingQuery

Start meeting query.

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