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

#include <meeting_ai_companion_interface.h>

Public Member Functions

virtual ~IMeetingApproveSendQueryHandler ()
 
virtual unsigned int GetSenderUserID ()=0
 Get the requester's user ID.
 
virtual SDKError Approve ()=0
 Approve the request.
 
virtual SDKError Decline (bool bDeclineAll)=0
 Decline the request.
 

Detailed Description

Definition at line 511 of file meeting_ai_companion_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingApproveSendQueryHandler()

virtual IMeetingApproveSendQueryHandler::~IMeetingApproveSendQueryHandler ( )
inlinevirtual

Definition at line 514 of file meeting_ai_companion_interface.h.

514{}

Member Function Documentation

◆ Approve()

virtual SDKError IMeetingApproveSendQueryHandler::Approve ( )
pure virtual

Approve the request.

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

◆ Decline()

virtual SDKError IMeetingApproveSendQueryHandler::Decline ( bool bDeclineAll)
pure virtual

Decline the request.

Parameters
bDeclineAlltrue means decline all requests.
Returns
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails. To get extended error information, see SDKError enum.

◆ GetSenderUserID()

virtual unsigned int IMeetingApproveSendQueryHandler::GetSenderUserID ( )
pure virtual

Get the requester's user ID.