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 204 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 indicates 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, this function returns an error.
◆ Ignore()
| virtual SDKError IMeetingEnableReminderHandler::Ignore |
( |
| ) |
|
|
pure virtual |
◆ SetEnableOption()
Sets 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, this function returns an error.
◆ Start()
| virtual SDKError IMeetingEnableReminderHandler::Start |
( |
| ) |
|
|
pure virtual |
Starts the feature.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.