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

The handler to approve the smart summary started request. More...

#include <meeting_ai_companion_interface.h>

Public Member Functions

virtual ~IMeetingApproveStartSmartSummaryHandler ()
 
virtual unsigned int GetSenderUserID ()=0
 Get the user ID of the requester.
 
virtual SDKError Approve ()=0
 Approve request.
 
virtual SDKError Decline ()=0
 Decline request.
 

Detailed Description

The handler to approve the smart summary started request.

Definition at line 136 of file meeting_ai_companion_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingApproveStartSmartSummaryHandler()

virtual IMeetingApproveStartSmartSummaryHandler::~IMeetingApproveStartSmartSummaryHandler ( )
inlinevirtual

Definition at line 139 of file meeting_ai_companion_interface.h.

139{};

Member Function Documentation

◆ Approve()

virtual SDKError IMeetingApproveStartSmartSummaryHandler::Approve ( )
pure virtual

Approve request.

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

◆ Decline()

virtual SDKError IMeetingApproveStartSmartSummaryHandler::Decline ( )
pure virtual

Decline request.

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

◆ GetSenderUserID()

virtual unsigned int IMeetingApproveStartSmartSummaryHandler::GetSenderUserID ( )
pure virtual

Get the user ID of the requester.

Returns
The user ID of the requester.