Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKAICompanionQueryHelperDelegate> Protocol Reference

#include <ZoomSDKAICompanionQueryHelper.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onQueryStateNotSupported
 Notification that the meting does not support meeting query.
 
(void) - onQueryStateSupportedButDisabled:
 Notification that the meting supports query but query feature is disabled.
 
(void) - onQueryStateEnabledButNotStarted:
 Notification that the query is not started.
 
(void) - onQueryStateStarted:
 Notification that the query is started.
 
(void) - onQuerySettingChanged:
 Notification that the query setting is changed.
 
(void) - onSendQueryPrivilegeChanged:
 Notification of got or loss send query question privilege.
 
(void) - onFailedToStartQuery:
 Notification that the query failed to start.
 
(void) - onReceiveRequestToEnableQuery:
 Notification of receiving request to enable query.
 
(void) - onReceiveRequestToStartQuery:
 Notification of receiving request to start query.
 
(void) - onReceiveRequestToSendQuery:
 Notification of receiving a request to send query.
 
(void) - onReceiveQueryAnswer:
 Notification of receiving query answer.
 
(void) - onFailedToRequestSendQuery:
 Notification that the request to send query failed.
 
(void) - onQueryEnableActionCallback:
 Notification of receiving query enable action callback.
 

Detailed Description

Definition at line 244 of file ZoomSDKAICompanionQueryHelper.h.

Method Documentation

◆ onFailedToRequestSendQuery:

- (void) onFailedToRequestSendQuery: (BOOL) bTimeout
optionalrequired

Notification that the request to send query failed.

Parameters
bTimeoutYES means that the request timed out. No means the user declines the request.

◆ onFailedToStartQuery:

- (void) onFailedToStartQuery: (BOOL) bTimeout
optionalrequired

Notification that the query failed to start.

Parameters
bTimeoutYES means is timeout. No measn the user declines the request.

◆ onQueryEnableActionCallback:

- (void) onQueryEnableActionCallback: (ZoomSDKEnableQueryActionHandler *) handler
optionalrequired

Notification of receiving query enable action callback.

Parameters
handlerThe handler to enable the query.

◆ onQuerySettingChanged:

- (void) onQuerySettingChanged: (ZoomSDKAICompanionQuerySettingOptions) setting
optionalrequired

Notification that the query setting is changed.

Parameters
settingThe selected query setting.

◆ onQueryStateEnabledButNotStarted:

- (void) onQueryStateEnabledButNotStarted: (ZoomSDKStartQueryHandler *) handler
optionalrequired

Notification that the query is not started.

Parameters
handlerThe handler to start the query.

◆ onQueryStateNotSupported

- (void) onQueryStateNotSupported
optional

Notification that the meting does not support meeting query.

◆ onQueryStateStarted:

- (void) onQueryStateStarted: (ZoomSDKSendQueryHandler *) handler
optionalrequired

Notification that the query is started.

Parameters
handlerThe handler to send the query.

◆ onQueryStateSupportedButDisabled:

- (void) onQueryStateSupportedButDisabled: (ZoomSDKEnableQueryHandler *) handler
optionalrequired

Notification that the meting supports query but query feature is disabled.

Parameters
handlerThe handler to enable the query.

◆ onReceiveQueryAnswer:

- (void) onReceiveQueryAnswer: (ZoomSDKAICompanionQueryItem *) queryItem
optionalrequired

Notification of receiving query answer.

Parameters
queryItemThe obect of ZoomSDKAICompanionQueryItem.

◆ onReceiveRequestToEnableQuery:

- (void) onReceiveRequestToEnableQuery: (ZoomSDKApproveEnableQueryHandler *) handler
optionalrequired

Notification of receiving request to enable query.

Parameters
handlerThe handler to handle the request.

◆ onReceiveRequestToSendQuery:

- (void) onReceiveRequestToSendQuery: (ZoomSDKApproveSendQueryHandler *_Nullable) handler
optionalrequired

Notification of receiving a request to send query.

Parameters
handlerThe handler to handle the request.

◆ onReceiveRequestToStartQuery:

- (void) onReceiveRequestToStartQuery: (ZoomSDKApproveStartQueryHandler *_Nullable) handler
optionalrequired

Notification of receiving request to start query.

Parameters
handlerThe handler to handle the request.

◆ onSendQueryPrivilegeChanged:

- (void) onSendQueryPrivilegeChanged: (BOOL) canSendQuery
optionalrequired

Notification of got or loss send query question privilege.

Parameters
canSendQueryYES means can send. Otherwise not.