#include <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 the function fails. To get extended error information, see 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 the function fails. To get extended error information, see SDKError enum.