The handler of start smart summary request.
More...
#include <meeting_ai_companion_interface.h>
The handler of start smart summary request.
- Deprecated
- This class is marked as deprecated.
Definition at line 307 of file meeting_ai_companion_interface.h.
◆ ~ISmartSummaryPrivilegeHandler()
virtual ISmartSummaryPrivilegeHandler::~ISmartSummaryPrivilegeHandler |
( |
| ) |
|
|
inlinevirtual |
◆ Accept()
virtual SDKError ISmartSummaryPrivilegeHandler::Accept |
( |
| ) |
|
|
pure virtual |
Agree the start smart summary request.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
◆ Decline()
virtual SDKError ISmartSummaryPrivilegeHandler::Decline |
( |
| ) |
|
|
pure virtual |
Decline the start smart summary request.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
◆ Ignore()
virtual SDKError ISmartSummaryPrivilegeHandler::Ignore |
( |
| ) |
|
|
pure virtual |
Ignore the start smart summary request.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.