Meeting smart summary callback event.
More...
#include <meeting_smart_summary_interface.h>
Meeting smart summary callback event.
- Deprecated
- This class is marked as deprecated, and is replaced by class IMeetingSmartSummaryHelperEvent.
Definition at line 13 of file meeting_smart_summary_interface.h.
◆ ~IMeetingSmartSummaryControllerEvent()
virtual IMeetingSmartSummaryControllerEvent::~IMeetingSmartSummaryControllerEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onEnableSmartSummary()
virtual void IMeetingSmartSummaryControllerEvent::onEnableSmartSummary |
( |
| ) |
|
|
pure virtual |
Callback event when 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 IMeetingSmartSummaryControllerEvent::onSmartSummaryPrivilegeRequested |
( |
unsigned int | senderId, |
|
|
ISmartSummaryPrivilegeHandler * | handler ) |
|
pure virtual |
Callback event when 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 IMeetingSmartSummaryControllerEvent::onSmartSummaryStartReqResponse |
( |
bool | timeout, |
|
|
bool | decline ) |
|
pure virtual |
Callback event when 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 IMeetingSmartSummaryControllerEvent::onSmartSummaryStatusChange |
( |
bool | isStarted | ) |
|
|
pure virtual |
Callback event when smart summary status changes.
- Parameters
-
isStarted | true means smart summary is started, false means not. |