The handler to approve start AI companion query.
More...
#include <meeting_ai_companion_interface.h>
The handler to approve start AI companion query.
Definition at line 558 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 failed. For detailed error codes, see the SDKError enum.
◆ Decline()
virtual SDKError IMeetingApproveStartQueryHandler::Decline |
( |
| ) |
|
|
pure virtual |
Decline the request.
- 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 IMeetingApproveStartQueryHandler::GetSenderUserID |
( |
| ) |
|
|
pure virtual |
Get the user ID of requester.
- Returns
- The user ID of the requester.