NEMeetingKit V4.17.0
载入中...
搜索中...
未找到
Public 属性 | 所有成员列表
tagAccountInfo结构体 参考

提供会议SDK中账号信息 更多...

#include <kit_define_meeting.h>

Public 属性

NELoginType loginType
 当前登录方式
 
std::string username
 当登录方式为网易会议账号时此值不为空
 
std::string appKey
 当前登录用户所对应的 appKey
 
std::string accountId
 网易会议内部生成的唯一账号
 
std::string accountToken
 网易会议内部账户所对应的 Token
 
std::string personalMeetingId
 个人会议号,该会议号可在创建会议时使用
 
std::string shortMeetingNum
 个人会议短号(对企业内),该会议号可在创建会议时使用
 
std::string accountName
 账户名
 

详细描述

提供会议SDK中账号信息

参见
NEAuthService::getAccountInfo

类成员变量说明

◆ accountId

std::string tagAccountInfo::accountId

网易会议内部生成的唯一账号

◆ accountName

std::string tagAccountInfo::accountName

账户名

◆ accountToken

std::string tagAccountInfo::accountToken

网易会议内部账户所对应的 Token

◆ appKey

std::string tagAccountInfo::appKey

当前登录用户所对应的 appKey

◆ loginType

NELoginType tagAccountInfo::loginType

当前登录方式

◆ personalMeetingId

std::string tagAccountInfo::personalMeetingId

个人会议号,该会议号可在创建会议时使用

◆ shortMeetingNum

std::string tagAccountInfo::shortMeetingNum

个人会议短号(对企业内),该会议号可在创建会议时使用

◆ username

std::string tagAccountInfo::username

当登录方式为网易会议账号时此值不为空


该结构体的文档由以下文件生成: