#include <ZoomSDKMeetingAICompanionController.h>
Inherits <NSObjectNSObject>.
◆ onAICompanionFeatureCanNotBeTurnedOff:
- (void) onAICompanionFeatureCanNotBeTurnedOff: |
|
(NSArray *) | features |
|
Sink the event when the started AI Companion feature can't be turned off.
- Parameters
-
features | The AI features that can't be turned off. In the array element is enumerated values more detail see ZoomSDKAICompanionFeature. |
◆ onAICompanionFeatureSwitchRequested:
Sink the event when the host receives the request to turn the AI Companion features on or off.
- Parameters
-
handler | The handler to turn the AI Companions features on or off. |
◆ onAICompanionFeatureSwitchRequestResponse:isAgree:isTurnOn:
- (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.
- Parameters
-
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. |
◆ 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.
- Parameters
-
handler | The handler to turn on the AI feature again or leave the feature turned off. |