The handler to approve the smart summary started request.
More...
#include <meeting_ai_companion_interface.h>
The handler to approve the smart summary started request.
Definition at line 136 of file meeting_ai_companion_interface.h.
◆ ~IMeetingApproveStartSmartSummaryHandler()
virtual IMeetingApproveStartSmartSummaryHandler::~IMeetingApproveStartSmartSummaryHandler |
( |
| ) |
|
|
inlinevirtual |
◆ Approve()
virtual SDKError IMeetingApproveStartSmartSummaryHandler::Approve |
( |
| ) |
|
|
pure virtual |
Approve request.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. To get extended error information, see SDKError enum.
◆ Decline()
virtual SDKError IMeetingApproveStartSmartSummaryHandler::Decline |
( |
| ) |
|
|
pure virtual |
Decline request.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. To get extended error information, see SDKError enum.
◆ GetSenderUserID()
virtual unsigned int IMeetingApproveStartSmartSummaryHandler::GetSenderUserID |
( |
| ) |
|
|
pure virtual |
Get the user ID of the requester.
- Returns
- The user ID of the requester.