ZOOM Windows SDK  5.2.42037.1112
Public Types | Public Member Functions | List of all members
IFreeMeetingEndingReminderHandler Class Referenceabstract

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...
 

Detailed Description

Reminder handler of ending free meeting.

Deprecated:
This interface will be deprecated, please stop using it.

Member Enumeration Documentation

◆ FreeMeetingEndingReminderType

Reminder type at the end of free meeting. Here are more detailed structural descriptions.

Enumerator
FreeMeetingEndingReminder_NONE 

Initialization.

FreeMeetingEndingReminder_Can_UpgradeMeeting_ToPro_Once 

Upgrade to the priority meeting at once.

FreeMeetingEndingReminder_Can_UpgradeAccount 

Upgrade the account.

FreeMeetingEndingReminder_Reminder 

Remind to pay.

FreeMeetingEndingReminder_UpgradeMeeting_ToPro_Failed 

Upgrade failed.

FreeMeetingEndingReminder_UpgradeMeeting_ToPro_Success 

Upgrade successfully.

Member Function Documentation

◆ Cancel()

virtual SDKError IFreeMeetingEndingReminderHandler::Cancel ( )
pure virtual

Ignore the current notification.

Remarks
The SDK will destroy this object instance after calling this function.

◆ UpgradeAccount()

virtual SDKError IFreeMeetingEndingReminderHandler::UpgradeAccount ( )
pure virtual

Upgrade the account if the notification is the FreeMeetingEndingReminder_Can_UpgradeAccount.

Remarks
The SDK will destroy this object instance after calling this function.

◆ UpgradeMeeting()

virtual SDKError IFreeMeetingEndingReminderHandler::UpgradeMeeting ( )
pure virtual

Upgrade the meeting if the notification is the FreeMeetingEndingReminder_Can_UpgradeMeeting_ToPro_Once.

Remarks
The SDK will destroy this object instance after calling this function.

The documentation for this class was generated from the following file: