if the current user can control web setting, they will get this handler when an attendee requests to start the smart recording feature or start feature by itself.
More...
#include <meeting_reminder_ctrl_interface.h>
if the current user can control web setting, they will get this handler when an attendee requests to start the smart recording feature or start feature by itself.
Definition at line 127 of file meeting_reminder_ctrl_interface.h.
◆ ~IMeetingEnableReminderHandler()
virtual IMeetingEnableReminderHandler::~IMeetingEnableReminderHandler |
( |
| ) |
|
|
inlinevirtual |
◆ Decline()
virtual SDKError IMeetingEnableReminderHandler::Decline |
( |
bool | bDeclineAll | ) |
|
|
pure virtual |
Decline the reminder.
- Parameters
-
bDeclineAll | TRUE means decline all reminders,and participants cannot send requests again until the host changes the setting. FALSE means that the host declines only this specific request, not all requests. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise the function fails. To get extended error information, see SDKError enum.
◆ Ignore()
virtual SDKError IMeetingEnableReminderHandler::Ignore |
( |
| ) |
|
|
pure virtual |
◆ SetEnableOption()
Set the option indicating which meetings feature will be enabled for.
- Parameters
-
option | Specify the option.
|
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise the function fails. To get extended error information, see SDKError enum.
◆ Start()
virtual SDKError IMeetingEnableReminderHandler::Start |
( |
| ) |
|
|
pure virtual |
Start the feature.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise the function fails. To get extended error information, see SDKError enum.