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

#include <ZoomSDKAICompanionQueryHelper.h>

Inherits NSObject.

Instance Methods

(BOOL) - canSendQuery
 Deterine if the current user can send query.
 
(ZoomSDKError- requestSendQueryPrivilege
 Request send query privilege.
 
(NSArray< NSString * > *_Nullable) - getDefaultQueryQuestions
 Get default query questions.
 
(ZoomSDKError- sendQueryQuestion:
 Send query question.
 
(ZoomSDKError- stopMeetingQuery
 Stop meeting query.
 

Detailed Description

Definition at line 186 of file ZoomSDKAICompanionQueryHelper.h.

Method Documentation

◆ canSendQuery

- (BOOL) canSendQuery

Deterine if the current user can send query.

Returns
YES means can, otherwise not.

◆ getDefaultQueryQuestions

- (NSArray< NSString * > *_Nullable) getDefaultQueryQuestions

Get default query questions.

Returns
If the function succeeds, it returns the array of questions. Otherwise the function fails and returns nothing.

◆ requestSendQueryPrivilege

- (ZoomSDKError) requestSendQueryPrivilege

Request send query privilege.

Returns
If the function succeeds, it returns ZoomSDKError_Success Otherwise the function fails.

◆ sendQueryQuestion:

- (ZoomSDKError) sendQueryQuestion: (NSString *) question

Send query question.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise the function fails.

◆ stopMeetingQuery

- (ZoomSDKError) stopMeetingQuery

Stop meeting query.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise the function fails.