The handler to turn on AI companion feature again.
More...
#include <meeting_ai_companion_interface.h>
The handler to turn on AI companion feature again.
Definition at line 840 of file meeting_ai_companion_interface.h.
◆ ~IAICompanionFeatureTurnOnAgainHandler()
virtual IAICompanionFeatureTurnOnAgainHandler::~IAICompanionFeatureTurnOnAgainHandler |
( |
| ) |
|
|
inlinevirtual |
◆ AgreeTurnOff()
virtual SDKError IAICompanionFeatureTurnOnAgainHandler::AgreeTurnOff |
( |
| ) |
|
|
pure virtual |
Agree the auto AI Companion feature turn off status. Keep the AI Companion feature off.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. For detailed error codes, see the SDKError enum.
◆ GetAssetsDeletedFeatureList()
Get the list of features that the assets are deleted when the feature is turned off by participant.
◆ GetFeatureList()
Get the list of features that the participant turns off.
◆ TurnOnAgain()
virtual SDKError IAICompanionFeatureTurnOnAgainHandler::TurnOnAgain |
( |
| ) |
|
|
pure virtual |
Turn on the auto AI Companion feature which was stopped by the participant before the host or cohost joined meeting.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. For detailed error codes, see the SDKError enum.