Meeting smart summary helper interface.
More...
#include <meeting_ai_companion_interface.h>
Inherited by IMeetingSmartSummaryController.
Meeting smart summary helper interface.
- Deprecated
- This class is marked as deprecated.
Definition at line 374 of file meeting_ai_companion_interface.h.
◆ ~IMeetingSmartSummaryHelper()
| virtual IMeetingSmartSummaryHelper::~IMeetingSmartSummaryHelper |
( |
| ) |
|
|
inlinevirtual |
◆ CanEnableSmartSummaryFeature()
| virtual SDKError IMeetingSmartSummaryHelper::CanEnableSmartSummaryFeature |
( |
| ) |
|
|
pure virtual |
Whether the current user can enable the smart summary feature for the account.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ CanRequestEnableSmartSummaryFeature()
| virtual SDKError IMeetingSmartSummaryHelper::CanRequestEnableSmartSummaryFeature |
( |
| ) |
|
|
pure virtual |
Whether the current user can request the admin to enable the smart summary feature for the account.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ CanRequestStartSmartSummary()
| virtual SDKError IMeetingSmartSummaryHelper::CanRequestStartSmartSummary |
( |
| ) |
|
|
pure virtual |
Whether the current user can request host to start the smart summary for the current meeting.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ CanStartSmartSummary()
| virtual SDKError IMeetingSmartSummaryHelper::CanStartSmartSummary |
( |
| ) |
|
|
pure virtual |
Whether the current user is able to start smart summary.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ EnableSmartSummaryFeature()
| virtual SDKError IMeetingSmartSummaryHelper::EnableSmartSummaryFeature |
( |
| ) |
|
|
pure virtual |
Enables the smart summary feature for the account.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ IsSmartSummaryEnabled()
| virtual bool IMeetingSmartSummaryHelper::IsSmartSummaryEnabled |
( |
| ) |
|
|
pure virtual |
Determines if smart summary feature is enabled in the meeting.
- Returns
- true if the smart summary feature is enabled. Otherwise, false.
◆ IsSmartSummaryStarted()
| virtual bool IMeetingSmartSummaryHelper::IsSmartSummaryStarted |
( |
| ) |
|
|
pure virtual |
Query whether smart summary is started.
- Returns
- true if smart summary is started. Otherwise, false.
◆ IsSmartSummarySupported()
| virtual bool IMeetingSmartSummaryHelper::IsSmartSummarySupported |
( |
| ) |
|
|
pure virtual |
Determines if current meeting support smart summary feature.
- Returns
- true if the current meeting supports the smart summary feature. Otherwise, false.
◆ RequestEnableSmartSummaryFeature()
| virtual SDKError IMeetingSmartSummaryHelper::RequestEnableSmartSummaryFeature |
( |
| ) |
|
|
pure virtual |
Request the admin to enable the smart summary feature for the account.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ RequestStartSmartSummary()
| virtual SDKError IMeetingSmartSummaryHelper::RequestStartSmartSummary |
( |
| ) |
|
|
pure virtual |
Request the host to start the smart summary for the current meeting.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ SetEvent()
Sets the smart summary callback event handler.
- Parameters
-
◆ StartSmartSummary()
| virtual SDKError IMeetingSmartSummaryHelper::StartSmartSummary |
( |
| ) |
|
|
pure virtual |
Starts smart summary.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ StopSmartSummary()
| virtual SDKError IMeetingSmartSummaryHelper::StopSmartSummary |
( |
| ) |
|
|
pure virtual |
Stops smart summary.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.