The event of AI companion controller.
More...
#include <meeting_ai_companion_interface.h>
The event of AI companion controller.
Definition at line 898 of file meeting_ai_companion_interface.h.
◆ ~IMeetingAICompanionCtrlEvent()
virtual IMeetingAICompanionCtrlEvent::~IMeetingAICompanionCtrlEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onAICompanionFeatureCanNotBeTurnedOff()
virtual void IMeetingAICompanionCtrlEvent::onAICompanionFeatureCanNotBeTurnedOff |
( |
IList< AICompanionFeature > * | features | ) |
|
|
pure virtual |
Notification of the started AI Companion feature can't be turned off.
- Parameters
-
features | Specify the AI Companion features that can't be turned off. |
◆ onAICompanionFeatureSwitchRequested()
Notification of 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 |
Notification of 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()
Notification of 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
-