#include <meeting_ai_companion_interface.h>
◆ ~IMeetingAICompanionCtrlEvent()
virtual IMeetingAICompanionCtrlEvent::~IMeetingAICompanionCtrlEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onAICompanionFeatureCanNotBeTurnedOff()
virtual void IMeetingAICompanionCtrlEvent::onAICompanionFeatureCanNotBeTurnedOff |
( |
IList< AICompanionFeature > * | features | ) |
|
|
pure virtual |
The callback when the started AI Companion feature can't be turned off.
- Parameters
-
features | Specify the AI Companion features that can't be turned off. |
◆ onAICompanionFeatureSwitchRequested()
The callback when host receives the request to turn the AI Companion features on or off.
- Parameters
-
◆ onAICompanionFeatureSwitchRequestResponse()
virtual void IMeetingAICompanionCtrlEvent::onAICompanionFeatureSwitchRequestResponse |
( |
bool | bTimeout, |
|
|
bool | bAgree, |
|
|
bool | bTurnOn ) |
|
pure virtual |
The callback 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. |
bAgree | Specify the host agrees to the request to turn the AI companion features on or off. |
bTurnOn | Specify the host respond the request of turn on or off. |
◆ onAICompanionFeatureTurnOffByParticipant()
The callback when the auto start AI Companion feature is turned off by a participant before the host join. Only the host or cohost can receive this callback.
- Parameters
-