input name and email handler.
More...
#include <meeting_configuration_interface.h>
input name and email handler.
Definition at line 128 of file meeting_configuration_interface.h.
◆ ~IMeetingInputUserInfoHandler()
virtual IMeetingInputUserInfoHandler::~IMeetingInputUserInfoHandler |
( |
| ) |
|
|
inlinevirtual |
◆ Cancel()
virtual void IMeetingInputUserInfoHandler::Cancel |
( |
| ) |
|
|
pure virtual |
Ignore the prompt of completing the information.
◆ CanModifyDefaultDisplayName()
virtual bool IMeetingInputUserInfoHandler::CanModifyDefaultDisplayName |
( |
| ) |
|
|
pure virtual |
Check whether the user can modify default display name.
- Returns
- true means can modify default display name
◆ GetDefaultDisplayName()
virtual const zchar_t * IMeetingInputUserInfoHandler::GetDefaultDisplayName |
( |
| ) |
|
|
pure virtual |
Get default display name.
◆ InputUserInfo()
Complete the name and email information.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ IsValidEmail()
virtual bool IMeetingInputUserInfoHandler::IsValidEmail |
( |
const zchar_t * | email | ) |
|
|
pure virtual |
Check whether the inputed email is a valid email format. The email must meet the email format requirements.The email input by the logged in user must be the email of the logged in account.
- Returns
- true if the email input is valid