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 182 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, this function returns an error.
◆ Decline()
| virtual SDKError IMeetingApproveStartSmartSummaryHandler::Decline |
( |
| ) |
|
|
pure virtual |
Decline request.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ GetRequestUserName()
| virtual const zchar_t * IMeetingApproveStartSmartSummaryHandler::GetRequestUserName |
( |
| ) |
|
|
pure virtual |
Gets the requester's user name.
- Note
- This value is always valid, even when GetSenderUserID() returns 0.
- Returns
- The user name of the requester.
◆ GetSenderUserID()
| virtual unsigned int IMeetingApproveStartSmartSummaryHandler::GetSenderUserID |
( |
| ) |
|
|
pure virtual |
Gets the requester's user ID.
- Note
- This value may return 0 in some cross-context scenarios such as when the host is in a breakout room, or when the requester is not in the host's local participant cache. In this case, use GetRequestUserName() to obtain the requester's display name.
- Returns
- The requester's user ID, or 0 if the requester is from the main meeting.