Meeting SDK for Linux API Reference
Loading...
Searching...
No Matches
IMeetingStopSmartSummaryHandler Class Referenceabstract

The handler 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

The handler to handle stopping the smart summary.

Definition at line 128 of file meeting_ai_companion_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingStopSmartSummaryHandler()

virtual IMeetingStopSmartSummaryHandler::~IMeetingStopSmartSummaryHandler ( )
inlinevirtual

Definition at line 131 of file meeting_ai_companion_interface.h.

131{};

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