Windows SDK API Reference
|
Meeting configuration event callback. More...
#include <meeting_configuration_interface.h>
Inherits IMeetingConfigurationFreeMeetingEvent.
Public Member Functions | |
virtual | ~IMeetingConfigurationEvent () |
virtual void | onInputMeetingPasswordAndScreenNameNotification (IMeetingPasswordAndScreenNameHandler *pHandler)=0 |
The SDK will trigger the callback event if the password or screen name is required. 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... | |
![]() | |
virtual | ~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. More... | |
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. More... | |
virtual void | onFreeMeetingUpgradeToGiftFreeTrialStop ()=0 |
Callback function of ending upgrade the free meeting by the gift link. More... | |
virtual void | onFreeMeetingUpgradeToProMeeting ()=0 |
Callback function of free meting upgrades successfully. More... | |
Additional Inherited Members | |
![]() | |
enum | FreeMeetingNeedUpgradeType { FreeMeetingNeedUpgradeType_NONE , FreeMeetingNeedUpgradeType_BY_ADMIN , FreeMeetingNeedUpgradeType_BY_GIFTURL } |
Upgrade types of free meeting. Here are more detailed structural descriptions. More... | |
Meeting configuration event callback.
Definition at line 171 of file meeting_configuration_interface.h.
|
inlinevirtual |
Definition at line 174 of file meeting_configuration_interface.h.
|
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.
handler_ | An object pointer used by user to complete all the related operations. For more details, see IEndOtherMeetingToJoinMeetingHandler. |
|
pure virtual |
The SDK will trigger the callback event if the password or screen name is required.
pHandler | A pointer to the instance, the user may use this object to operate. For more details, see IMeetingPasswordAndScreenNameHandler. |
|
pure virtual |
During the webinar, this callback event will be triggered if the user needs to register.
handler_ | An object pointer used by user to complete all the related operations. For more details, see IWebinarNeedRegisterHandler. |