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

Meeting configuration event callback. More...

#include <meeting_configuration_interface.h>

Inherits IMeetingConfigurationFreeMeetingEvent.

Public Member Functions

virtual void onInputMeetingPasswordAndScreenNameNotification (IMeetingPasswordAndScreenNameHandler *pHandler)=0
 The SDK will trigger the callback event if the password or screen name is required. More...
 
virtual void onAirPlayInstructionWndNotification (bool bShow, const wchar_t *airhostName)=0
 This callback event may be triggered when the user enables the AirPlay introduction. More...
 
virtual void onWebinarNeedRegisterNotification (IWebinarNeedRegisterHandler *handler_)=0
 During the webinar, this callback event will be triggered if the user needs to register. More...
 
virtual void onEndOtherMeetingToJoinMeetingNotification (IEndOtherMeetingToJoinMeetingHandler *handler_)=0
 The user will receive this callback event if the user wants to join the new meeting while the ongoing meeting is not ended. More...
 
- Public Member Functions inherited from IMeetingConfigurationFreeMeetingEvent
virtual void onFreeMeetingRemainTime (unsigned int leftTime)=0
 The SDK will trigger this callback event during the free meeting to inform the user how much time is left for a free meeting. More...
 
virtual void onFreeMeetingRemainTimeStopCountDown ()=0
 The callback of free meeting stops the countdown.
 
virtual void onFreeMeetingEndingReminderNotification (IFreeMeetingEndingReminderHandler *handler_)=0
 
virtual void onFreeMeetingNeedToUpgrade (FreeMeetingNeedUpgradeType type_, const wchar_t *gift_url)=0
 The callback of upgrading the free meeting. More...
 
virtual void onFreeMeetingUpgradeToGiftFreeTrialStart ()=0
 Callback function of starting to upgrade the free meeting by the gift link.
 
virtual void onFreeMeetingUpgradeToGiftFreeTrialStop ()=0
 Callback function of ending upgrade the free meeting by the gift link.
 
virtual void onFreeMeetingUpgradeToProMeeting ()=0
 Callback function of free meting upgrades successfully.
 

Additional Inherited Members

- Public Types inherited from IMeetingConfigurationFreeMeetingEvent
enum  FreeMeetingNeedUpgradeType { FreeMeetingNeedUpgradeType_NONE, FreeMeetingNeedUpgradeType_BY_ADMIN, FreeMeetingNeedUpgradeType_BY_GIFTURL }
 Upgrade types of free meeting. Here are more detailed structural descriptions. More...
 

Detailed Description

Meeting configuration event callback.

Member Function Documentation

◆ onAirPlayInstructionWndNotification()

virtual void IMeetingConfigurationEvent::onAirPlayInstructionWndNotification ( bool  bShow,
const wchar_t *  airhostName 
)
pure virtual

This callback event may be triggered when the user enables the AirPlay introduction.

Deprecated:
Don't support this feature any more.
Parameters
bShowShow or hide the AirPlay instruction window.
airhostNameThe air-host name displayed on IOS device.

◆ onEndOtherMeetingToJoinMeetingNotification()

virtual void IMeetingConfigurationEvent::onEndOtherMeetingToJoinMeetingNotification ( IEndOtherMeetingToJoinMeetingHandler handler_)
pure virtual

The user will receive this callback event if the user wants to join the new meeting while the ongoing meeting is not ended.

Parameters
handler_An object pointer used by user to complete all the related operations. For more details, see IEndOtherMeetingToJoinMeetingHandler.

◆ onInputMeetingPasswordAndScreenNameNotification()

virtual void IMeetingConfigurationEvent::onInputMeetingPasswordAndScreenNameNotification ( IMeetingPasswordAndScreenNameHandler pHandler)
pure virtual

The SDK will trigger the callback event if the password or screen name is required.

Parameters
pHandlerA pointer to the instance, the user may use this object to operate. For more details, see IMeetingPasswordAndScreenNameHandler.

◆ onWebinarNeedRegisterNotification()

virtual void IMeetingConfigurationEvent::onWebinarNeedRegisterNotification ( IWebinarNeedRegisterHandler handler_)
pure virtual

During the webinar, this callback event will be triggered if the user needs to register.

Parameters
handler_An object pointer used by user to complete all the related operations. For more details, see IWebinarNeedRegisterHandler.

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