Meeting smart summary callback event.
More...
#include <meeting_ai_companion_interface.h>
Meeting smart summary callback event.
- Deprecated
- This class is marked as deprecated.
Definition at line 326 of file meeting_ai_companion_interface.h.
◆ ~IMeetingSmartSummaryHelperEvent()
virtual IMeetingSmartSummaryHelperEvent::~IMeetingSmartSummaryHelperEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onEnableSmartSummary()
virtual void IMeetingSmartSummaryHelperEvent::onEnableSmartSummary |
( |
| ) |
|
|
pure virtual |
Notification of the user need to go to web to enable the smart summary feature.
- Note
- Valid for both ZOOM style and user custom interface mode. The callback will only be triggered for Business account. And the smart summary feature will be enabled for the future meeting, but not enable the current meeting if the user enables the setting in web.
◆ onSmartSummaryPrivilegeRequested()
virtual void IMeetingSmartSummaryHelperEvent::onSmartSummaryPrivilegeRequested |
( |
unsigned int | senderId, |
|
|
ISmartSummaryPrivilegeHandler * | handler ) |
|
pure virtual |
Notification of a user requests host to start smart summary.
- Parameters
-
senderId | The user who requests host to start smart summary. |
handler | The handler to handle the smart summary start request. |
◆ onSmartSummaryStartReqResponse()
virtual void IMeetingSmartSummaryHelperEvent::onSmartSummaryStartReqResponse |
( |
bool | timeout, |
|
|
bool | decline ) |
|
pure virtual |
Notification of the host handle the smart summary request.
- Parameters
-
timeout | true means the host not handle the request until timeout. |
decline | true means the host decline the request, false means the host agree the request. |
◆ onSmartSummaryStatusChange()
virtual void IMeetingSmartSummaryHelperEvent::onSmartSummaryStatusChange |
( |
bool | isStarted | ) |
|
|
pure virtual |
Notification of smart summary status changes.
- Parameters
-
isStarted | true means smart summary is started, false means not. |