#include <meeting_ai_companion_interface.h>
◆ ~IMeetingApproveSendQueryHandler()
virtual IMeetingApproveSendQueryHandler::~IMeetingApproveSendQueryHandler |
( |
| ) |
|
|
inlinevirtual |
◆ 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
-
bDeclineAll | true 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.