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

Interface to handle stopping the smart summary. More...

#include <meeting_ai_companion_interface.h>

Public Member Functions

virtual ~IMeetingStopSmartSummaryHandler ()
 
virtual SDKError StopSmartSummary ()=0
 Stop smart summary.
 

Detailed Description

Interface to handle stopping the smart summary.

Definition at line 95 of file meeting_ai_companion_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingStopSmartSummaryHandler()

virtual IMeetingStopSmartSummaryHandler::~IMeetingStopSmartSummaryHandler ( )
inlinevirtual

Definition at line 98 of file meeting_ai_companion_interface.h.

98{};

Member Function Documentation

◆ StopSmartSummary()

virtual SDKError IMeetingStopSmartSummaryHandler::StopSmartSummary ( )
pure virtual

Stop smart summary.

Returns
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. To get extended error information, see SDKError enum.