Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IAICompanionFeatureTurnOnAgainHandler Class Referenceabstract

#include <meeting_ai_companion_interface.h>

Public Member Functions

virtual ~IAICompanionFeatureTurnOnAgainHandler ()
 
virtual IList< AICompanionFeature > * GetFeatureList ()=0
 Get the list of features that the participant turns off.
 
virtual IList< AICompanionFeature > * GetAssetsDeletedFeatureList ()=0
 Get the list of features that the assets are deleted when the feature is turned off by participant.
 
virtual SDKError TurnOnAgain ()=0
 Turn on the auto AI Companion feature which was stopped by the participant before the host or cohost joined meeting.
 
virtual SDKError AgreeTurnOff ()=0
 Agree the auto AI Companion feature turn off status. Keep the AI Companion feature off.
 

Detailed Description

Definition at line 645 of file meeting_ai_companion_interface.h.

Constructor & Destructor Documentation

◆ ~IAICompanionFeatureTurnOnAgainHandler()

virtual IAICompanionFeatureTurnOnAgainHandler::~IAICompanionFeatureTurnOnAgainHandler ( )
inlinevirtual

Definition at line 648 of file meeting_ai_companion_interface.h.

648{};

Member Function Documentation

◆ 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()

virtual IList< AICompanionFeature > * IAICompanionFeatureTurnOnAgainHandler::GetAssetsDeletedFeatureList ( )
pure virtual

Get the list of features that the assets are deleted when the feature is turned off by participant.

◆ GetFeatureList()

virtual IList< AICompanionFeature > * IAICompanionFeatureTurnOnAgainHandler::GetFeatureList ( )
pure virtual

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.