Meeting SDK for macOS API Reference
|
Callback events for AI Companion feature control. More...
#include <ZoomSDKMeetingAICompanionController.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
(void) | - onAICompanionFeatureTurnOffByParticipant: |
Sink the event when the auto start AI Companion feature is turned off by an attendee before the host joins. Only the host or cohost can receive the callback. | |
(void) | - onAICompanionFeatureSwitchRequested: |
Sink the event when the host receives the request to turn the AI Companion features on or off. | |
(void) | - onAICompanionFeatureSwitchRequestResponse:isAgree:isTurnOn: |
Sink the event when the host handles the request to turn the AI Companion features on or off. | |
(void) | - onAICompanionFeatureCanNotBeTurnedOff: |
Sink the event when the started AI Companion feature can't be turned off. | |
Callback events for AI Companion feature control.
Definition at line 75 of file ZoomSDKMeetingAICompanionController.h.
- (void) onAICompanionFeatureCanNotBeTurnedOff: | (NSArray *) | features |
Sink the event when the started AI Companion feature can't be turned off.
features | The AI features that can't be turned off. For more information, see ZoomSDKAICompanionFeature. |
- (void) onAICompanionFeatureSwitchRequested: | (ZoomSDKAICompanionFeatureSwitchHandler *) | handler |
Sink the event when the host receives the request to turn the AI Companion features on or off.
handler | The handler to turn the AI Companions features on or off. |
- (void) onAICompanionFeatureSwitchRequestResponse: | (BOOL) | timeout | |
isAgree: | (BOOL) | agree | |
isTurnOn: | (BOOL) | turnOn |
Sink the event when the host handles the request to turn the AI Companion features on or off.
timeout | Specify the host not handle the request until timeout. |
agree | Specify the host agrees to the request to turn the AI companion features on or off. |
turnOn | Specify the host respond the request of turn on or off. |
- (void) onAICompanionFeatureTurnOffByParticipant: | (ZoomSDKAICompanionFeatureTurnOnAgainHandler *) | handler |
Sink the event when the auto start AI Companion feature is turned off by an attendee before the host joins. Only the host or cohost can receive the callback.
handler | The handler to turn on the AI feature again or leave the feature turned off. |