|
NEMeetingKit V4.18.0
|
#include <kit_define_account.h>
Public 属性 | |
| std::string | corpName |
| 企业名称 | |
| std::string | userUuid |
| 用户唯一 Id | |
| std::string | userToken |
| 用户 Token | |
| std::string | nickname |
| 用户昵称 | |
| std::string | avatar |
| 用户头像 | |
| std::string | phoneNumber |
| 电话号码 | |
| std::string | |
| 用户邮箱 | |
| std::string | privateMeetingNum |
| 个人会议号 | |
| std::string | privateShortMeetingNum |
| 个人会议短号 | |
| bool | isInitialPassword = false |
| 是否为初始密码 | |
| std::shared_ptr< NEServiceBundle > | serviceBundle |
| 会议套餐信息 | |
| bool | isAnonymous = false |
| 是否是匿名账号 | |
| std::string NEAccountInfo::avatar |
用户头像
| std::string NEAccountInfo::corpName |
企业名称
| std::string NEAccountInfo::email |
用户邮箱
| bool NEAccountInfo::isAnonymous = false |
是否是匿名账号
| bool NEAccountInfo::isInitialPassword = false |
是否为初始密码
| std::string NEAccountInfo::nickname |
用户昵称
| std::string NEAccountInfo::phoneNumber |
电话号码
| std::string NEAccountInfo::privateMeetingNum |
个人会议号
| std::string NEAccountInfo::privateShortMeetingNum |
个人会议短号
| std::shared_ptr<NEServiceBundle> NEAccountInfo::serviceBundle |
会议套餐信息
| std::string NEAccountInfo::userToken |
用户 Token
| std::string NEAccountInfo::userUuid |
用户唯一 Id