Enable and start smart recording.
More...
#include <meeting_recording_interface.h>
Enable and start smart recording.
Definition at line 161 of file meeting_recording_interface.h.
◆ ~ISmartRecordingEnableActionHandler()
virtual ISmartRecordingEnableActionHandler::~ISmartRecordingEnableActionHandler |
( |
| ) |
|
|
inlinevirtual |
◆ ActionCancel()
virtual SDKError ISmartRecordingEnableActionHandler::ActionCancel |
( |
| ) |
|
|
pure virtual |
Cancel enabling and starting the smart recording.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ ActionConfirm()
virtual SDKError ISmartRecordingEnableActionHandler::ActionConfirm |
( |
bool | bAllMeetings | ) |
|
|
pure virtual |
Confirm enabling and starting the smart recording.
- Parameters
-
bAllMeetings | True indicates to enable smart recording for all future meetings including the current meeting. False indicates to only enable smart recording for the current meeting. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ GetTipString()
virtual const zchar_t * ISmartRecordingEnableActionHandler::GetTipString |
( |
| ) |
|
|
pure virtual |
Get the legal tip to enable smart recording.
- Returns
- The legal notice.