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

The handler to start the smart summary. More...

#include <meeting_ai_companion_interface.h>

Public Member Functions

virtual ~IMeetingStartSmartSummaryHandler ()
 
virtual SDKError StartSmartSummary ()=0
 Start smart summary.
 
virtual bool IsForRequest ()=0
 Determine if this handler is for requesting to start the smart summary.
 

Detailed Description

The handler to start the smart summary.

Definition at line 107 of file meeting_ai_companion_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingStartSmartSummaryHandler()

virtual IMeetingStartSmartSummaryHandler::~IMeetingStartSmartSummaryHandler ( )
inlinevirtual

Definition at line 110 of file meeting_ai_companion_interface.h.

110{};

Member Function Documentation

◆ IsForRequest()

virtual bool IMeetingStartSmartSummaryHandler::IsForRequest ( )
pure virtual

Determine if this handler is for requesting to start the smart summary.

Returns
true means this handler is requesting to start the smart summary. Otherwise not.

◆ StartSmartSummary()

virtual SDKError IMeetingStartSmartSummaryHandler::StartSmartSummary ( )
pure virtual

Start smart summary.

Returns
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. For detailed error codes, see the SDKError enum.