Webinar input screen name handler.
More...
#include <meeting_configuration_interface.h>
Webinar input screen name handler.
Definition at line 159 of file meeting_configuration_interface.h.
◆ ~IWebinarInputScreenNameHandler()
| virtual IWebinarInputScreenNameHandler::~IWebinarInputScreenNameHandler |
( |
| ) |
|
|
inlinevirtual |
◆ Cancel()
| virtual SDKError IWebinarInputScreenNameHandler::Cancel |
( |
| ) |
|
|
pure virtual |
Cancels joining webinar.
- 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.
◆ InputName()
| virtual SDKError IWebinarInputScreenNameHandler::InputName |
( |
const zchar_t * | screenName | ) |
|
|
pure virtual |
Inputs 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, this function returns an error.
- Note
- The SDK will destroy this object instance after calling this function. Supplement with the correct information.