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

Webinar register handler. More...

#include <meeting_configuration_interface.h>

Inherited by IWebinarNeedRegisterHandlerByEmail, and IWebinarNeedRegisterHandlerByUrl.

Public Types

enum  WebinarNeedRegisterType { WebinarReg_NONE , WebinarReg_By_Register_Url , WebinarReg_By_Email_and_DisplayName }
 Register type of webinar. Here are more detailed structural descriptions. More...
 

Public Member Functions

virtual WebinarNeedRegisterType GetWebinarNeedRegisterType ()=0
 Get the type to register. For more details, see WebinarNeedRegisterType enum.
 
virtual ~IWebinarNeedRegisterHandler ()
 

Detailed Description

Webinar register handler.

Definition at line 56 of file meeting_configuration_interface.h.

Member Enumeration Documentation

◆ WebinarNeedRegisterType

Register type of webinar. Here are more detailed structural descriptions.

Enumerator
WebinarReg_NONE 

Initialization.

WebinarReg_By_Register_Url 

Register webinar account by URL.

WebinarReg_By_Email_and_DisplayName 

Register webinar account by email and the screen name.

Definition at line 63 of file meeting_configuration_interface.h.

64 {
68 };
@ WebinarReg_By_Email_and_DisplayName
Register webinar account by email and the screen name.
@ WebinarReg_By_Register_Url
Register webinar account by URL.

Constructor & Destructor Documentation

◆ ~IWebinarNeedRegisterHandler()

virtual IWebinarNeedRegisterHandler::~IWebinarNeedRegisterHandler ( )
inlinevirtual

Definition at line 72 of file meeting_configuration_interface.h.

72{};

Member Function Documentation

◆ GetWebinarNeedRegisterType()

virtual WebinarNeedRegisterType IWebinarNeedRegisterHandler::GetWebinarNeedRegisterType ( )
pure virtual

Get the type to register. For more details, see WebinarNeedRegisterType enum.