|
Meeting SDK for Windows API Reference
|
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 } |
| Enumeration of webinar register type. Here are more detailed structural descriptions. More... | |
Public Member Functions | |
| virtual WebinarNeedRegisterType | GetWebinarNeedRegisterType ()=0 |
| Gets the type to register. | |
| virtual | ~IWebinarNeedRegisterHandler () |
Webinar register handler.
Definition at line 85 of file meeting_configuration_interface.h.
Enumeration of webinar register type. 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 92 of file meeting_configuration_interface.h.
|
inlinevirtual |
Definition at line 107 of file meeting_configuration_interface.h.
|
pure virtual |
Gets the type to register.