Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
IAICompanionFeatureTurnOnAgainHandler Class Referenceabstract

The handler to turn on AI companion feature again. More...

#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

The handler to turn on AI companion feature again.

Definition at line 840 of file meeting_ai_companion_interface.h.

Constructor & Destructor Documentation

◆ ~IAICompanionFeatureTurnOnAgainHandler()

virtual IAICompanionFeatureTurnOnAgainHandler::~IAICompanionFeatureTurnOnAgainHandler ( )
inlinevirtual

Definition at line 843 of file meeting_ai_companion_interface.h.

843{};

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 failed. For detailed error codes, see the 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 failed. For detailed error codes, see the SDKError enum.