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

The handler of start smart summary request. More...

#include <meeting_ai_companion_interface.h>

Public Member Functions

virtual ~ISmartSummaryPrivilegeHandler ()
 
virtual SDKError Accept ()=0
 Agree the start smart summary request.
 
virtual SDKError Decline ()=0
 Decline the start smart summary request.
 
virtual SDKError Ignore ()=0
 Ignore the start smart summary request.
 

Detailed Description

The handler of start smart summary request.

Deprecated
This class is marked as deprecated.

Definition at line 298 of file meeting_ai_companion_interface.h.

Constructor & Destructor Documentation

◆ ~ISmartSummaryPrivilegeHandler()

virtual ISmartSummaryPrivilegeHandler::~ISmartSummaryPrivilegeHandler ( )
inlinevirtual

Definition at line 301 of file meeting_ai_companion_interface.h.

301{};

Member Function Documentation

◆ Accept()

virtual SDKError ISmartSummaryPrivilegeHandler::Accept ( )
pure virtual

Agree the start smart summary request.

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

◆ Decline()

virtual SDKError ISmartSummaryPrivilegeHandler::Decline ( )
pure virtual

Decline the start smart summary request.

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

◆ Ignore()

virtual SDKError ISmartSummaryPrivilegeHandler::Ignore ( )
pure virtual

Ignore the start smart summary request.

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