Webinar register with email and screen name Handler.
More...
#include <meeting_configuration_interface.h>
Inherits IWebinarNeedRegisterHandler.
Webinar register with email and screen name Handler.
Definition at line 134 of file meeting_configuration_interface.h.
◆ ~IWebinarNeedRegisterHandlerByEmail()
| virtual IWebinarNeedRegisterHandlerByEmail::~IWebinarNeedRegisterHandlerByEmail |
( |
| ) |
|
|
inlinevirtual |
◆ Cancel()
| virtual void IWebinarNeedRegisterHandlerByEmail::Cancel |
( |
| ) |
|
|
pure virtual |
Ignores the prompt of the register.
- Note
- 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 |
Configures the information of email and screen name.
- Parameters
-
| email | The email address. |
| screenName | The screen name. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
- Note
- The SDK will destroy this object instance after calling this function. Supplement with the correct information.