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 () |
Webinar register handler.
Definition at line 56 of file meeting_configuration_interface.h.
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.
|
inlinevirtual |
Definition at line 72 of file meeting_configuration_interface.h.
|
pure virtual |
Get the type to register. For more details, see WebinarNeedRegisterType enum.