Webinar input screen name handler.
More...
#include <meeting_configuration_interface.h>
Webinar input screen name handler.
Definition at line 107 of file meeting_configuration_interface.h.
◆ ~IWebinarInputScreenNameHandler()
virtual IWebinarInputScreenNameHandler::~IWebinarInputScreenNameHandler |
( |
| ) |
|
|
inlinevirtual |
◆ Cancel()
virtual SDKError IWebinarInputScreenNameHandler::Cancel |
( |
| ) |
|
|
pure virtual |
Cancel to join webinar.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ InputName()
virtual SDKError IWebinarInputScreenNameHandler::InputName |
( |
const zchar_t * | screenName | ) |
|
|
pure virtual |
Input screen name to join webinar.
- Parameters
-
screenName | The display name for the webinar. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.