#include <ZoomSDKAICompanionQueryHelper.h>
Inherits <NSObjectNSObject>.
◆ onFailedToRequestSendQuery:
- (void) onFailedToRequestSendQuery: |
|
(BOOL) | bTimeout |
|
|
optionalrequired |
Notification that the request to send query failed.
- Parameters
-
bTimeout | YES 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
-
bTimeout | YES means is timeout. No measn the user declines the request. |
◆ onQueryEnableActionCallback:
Notification of receiving query enable action callback.
- Parameters
-
handler | The handler to enable the query. |
◆ onQuerySettingChanged:
Notification that the query setting is changed.
- Parameters
-
setting | The selected query setting. |
◆ onQueryStateEnabledButNotStarted:
Notification that the query is not started.
- Parameters
-
handler | The handler to start the query. |
◆ onQueryStateNotSupported
- (void) onQueryStateNotSupported |
|
|
|
|
optional |
Notification that the meting does not support meeting query.
◆ onQueryStateStarted:
Notification that the query is started.
- Parameters
-
handler | The handler to send the query. |
◆ onQueryStateSupportedButDisabled:
Notification that the meting supports query but query feature is disabled.
- Parameters
-
handler | The handler to enable the query. |
◆ onReceiveQueryAnswer:
Notification of receiving query answer.
- Parameters
-
◆ onReceiveRequestToEnableQuery:
Notification of receiving request to enable query.
- Parameters
-
handler | The handler to handle the request. |
◆ onReceiveRequestToSendQuery:
Notification of receiving a request to send query.
- Parameters
-
handler | The handler to handle the request. |
◆ onReceiveRequestToStartQuery:
Notification of receiving request to start query.
- Parameters
-
handler | The handler to handle the request. |
◆ onSendQueryPrivilegeChanged:
- (void) onSendQueryPrivilegeChanged: |
|
(BOOL) | canSendQuery |
|
|
optionalrequired |
Notification of got or loss send query question privilege.
- Parameters
-
canSendQuery | YES means can send. Otherwise not. |