Interface to appprove start AI companion query.
More...
#include <meeting_ai_companion_interface.h>
Interface to appprove start AI companion query.
Definition at line 435 of file meeting_ai_companion_interface.h.
◆ ~IMeetingApproveStartQueryHandler()
virtual IMeetingApproveStartQueryHandler::~IMeetingApproveStartQueryHandler |
( |
| ) |
|
|
inlinevirtual |
◆ Approve()
virtual SDKError IMeetingApproveStartQueryHandler::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 IMeetingApproveStartQueryHandler::Decline |
( |
| ) |
|
|
pure virtual |
Decline 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.
◆ GetSenderUserID()
virtual unsigned int IMeetingApproveStartQueryHandler::GetSenderUserID |
( |
| ) |
|
|
pure virtual |
Get the requester's user ID.