ZOOM Windows SDK
5.2.42037.1112
|
Reminder handler of ending free meeting. More...
#include <meeting_configuration_interface.h>
Public Types | |
enum | FreeMeetingEndingReminderType { FreeMeetingEndingReminder_NONE, FreeMeetingEndingReminder_Can_UpgradeMeeting_ToPro_Once, FreeMeetingEndingReminder_Can_UpgradeAccount, FreeMeetingEndingReminder_Reminder, FreeMeetingEndingReminder_UpgradeMeeting_ToPro_Failed, FreeMeetingEndingReminder_UpgradeMeeting_ToPro_Success } |
Reminder type at the end of free meeting. Here are more detailed structural descriptions. More... | |
Public Member Functions | |
virtual FreeMeetingEndingReminderType | GetType ()=0 |
Get the reminder type of ending free meeting. | |
virtual SDKError | UpgradeMeeting ()=0 |
Upgrade the meeting if the notification is the FreeMeetingEndingReminder_Can_UpgradeMeeting_ToPro_Once. More... | |
virtual SDKError | UpgradeAccount ()=0 |
Upgrade the account if the notification is the FreeMeetingEndingReminder_Can_UpgradeAccount. More... | |
virtual SDKError | Cancel ()=0 |
Ignore the current notification. More... | |
Reminder handler of ending free meeting.
Reminder type at the end of free meeting. Here are more detailed structural descriptions.
|
pure virtual |
Ignore the current notification.
|
pure virtual |
Upgrade the account if the notification is the FreeMeetingEndingReminder_Can_UpgradeAccount.
|
pure virtual |
Upgrade the meeting if the notification is the FreeMeetingEndingReminder_Can_UpgradeMeeting_ToPro_Once.