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

The handler to approve send query. More...

#include <meeting_ai_companion_interface.h>

Public Member Functions

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

Detailed Description

The handler to approve send query.

Definition at line 658 of file meeting_ai_companion_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingApproveSendQueryHandler()

virtual IMeetingApproveSendQueryHandler::~IMeetingApproveSendQueryHandler ( )
inlinevirtual

Definition at line 661 of file meeting_ai_companion_interface.h.

661{}

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 failed. For detailed error codes, see the 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 failed. For detailed error codes, see the SDKError enum.

◆ GetSenderUserID()

virtual unsigned int IMeetingApproveSendQueryHandler::GetSenderUserID ( )
pure virtual

Get the user ID of requester.

Returns
The user ID of the requester.