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
 Starts smart summary.
 
virtual bool IsForRequest ()=0
 Determines if this handler is for requesting to start the smart summary.
 

Detailed Description

The handler to start the smart summary.

Definition at line 109 of file meeting_ai_companion_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingStartSmartSummaryHandler()

virtual IMeetingStartSmartSummaryHandler::~IMeetingStartSmartSummaryHandler ( )
inlinevirtual

Definition at line 112 of file meeting_ai_companion_interface.h.

112{};

Member Function Documentation

◆ IsForRequest()

virtual bool IMeetingStartSmartSummaryHandler::IsForRequest ( )
pure virtual

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

Returns
true if this handler is requesting to start the smart summary. Otherwise, false.

◆ StartSmartSummary()

virtual SDKError IMeetingStartSmartSummaryHandler::StartSmartSummary ( )
pure virtual

Starts smart summary.

Returns
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.