Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IWebinarNeedRegisterHandlerByEmail Class Referenceabstract

Webinar register with email and screen name Handler. More...

#include <meeting_configuration_interface.h>

Inherits IWebinarNeedRegisterHandler.

Public Member Functions

virtual SDKError InputWebinarRegisterEmailAndScreenName (const zchar_t *email, const zchar_t *screenName)=0
 Configure the information of email and screen name.
 
virtual void Cancel ()=0
 Ignore the prompt of the register.
 
virtual ~IWebinarNeedRegisterHandlerByEmail ()
 
- Public Member Functions inherited from IWebinarNeedRegisterHandler
virtual WebinarNeedRegisterType GetWebinarNeedRegisterType ()=0
 Get the type to register. For more details, see WebinarNeedRegisterType enum.
 
virtual ~IWebinarNeedRegisterHandler ()
 

Additional Inherited Members

- Public Types inherited from IWebinarNeedRegisterHandler
enum  WebinarNeedRegisterType { WebinarReg_NONE , WebinarReg_By_Register_Url , WebinarReg_By_Email_and_DisplayName }
 Register type of webinar. Here are more detailed structural descriptions. More...
 

Detailed Description

Webinar register with email and screen name Handler.

Definition at line 91 of file meeting_configuration_interface.h.

Constructor & Destructor Documentation

◆ ~IWebinarNeedRegisterHandlerByEmail()

virtual IWebinarNeedRegisterHandlerByEmail::~IWebinarNeedRegisterHandlerByEmail ( )
inlinevirtual

Definition at line 102 of file meeting_configuration_interface.h.

102{};

Member Function Documentation

◆ Cancel()

virtual void IWebinarNeedRegisterHandlerByEmail::Cancel ( )
pure virtual

Ignore the prompt of the register.

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

◆ InputWebinarRegisterEmailAndScreenName()

virtual SDKError IWebinarNeedRegisterHandlerByEmail::InputWebinarRegisterEmailAndScreenName ( const zchar_t * email,
const zchar_t * screenName )
pure virtual

Configure the information of email and screen name.

Remarks
The SDK will destroy this object instance after calling this function. Supplement with the correct information.