Meeting smart summary callback event.
More...
#include <meeting_ai_companion_interface.h>
Meeting smart summary callback event.
Definition at line 224 of file meeting_ai_companion_interface.h.
◆ ~IMeetingAICompanionSmartSummaryHelperEvent()
virtual IMeetingAICompanionSmartSummaryHelperEvent::~IMeetingAICompanionSmartSummaryHelperEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onFailedToStartSmartSummary()
virtual void IMeetingAICompanionSmartSummaryHelperEvent::onFailedToStartSmartSummary |
( |
bool | bTimeout | ) |
|
|
pure virtual |
Notification of failed to start the smart summary.
- Parameters
-
bTimeout | true means timeout. Otherwise no timeout. May be declined by host or cohost. |
◆ onSmartSummaryEnableActionCallback()
Notification of receiving smart summary enable action.
- Parameters
-
handler | The handler to enable smart summary. |
◆ onSmartSummaryEnableRequestReceived()
Notification of receiving request to enable smart summary.
- Parameters
-
handler | The handler to handle enable smart summary request. |
◆ onSmartSummaryStartRequestReceived()
Notification of receiving request to start smart summary.
- Parameters
-
handler | The handler to handle request. |
◆ onSmartSummaryStateEnabledButNotStarted()
Notification of the meeting smart summary is not started.
- Parameters
-
handler | The handler to start smart summary. |
◆ onSmartSummaryStateNotSupported()
virtual void IMeetingAICompanionSmartSummaryHelperEvent::onSmartSummaryStateNotSupported |
( |
| ) |
|
|
pure virtual |
Notification of the meting does not support smart summary.
◆ onSmartSummaryStateStarted()
Notification of the meeting smart summary is started.
- Parameters
-
handler | The handler to stop smart summary. If the user can not stop smart summary, the handler will be null. |
◆ onSmartSummaryStateSupportedButDisabled()
Notification of the meeting support smart summary but smart summary feature is disabled.
- Parameters
-
handler | The handler to enable smart summary. |