菜单项当前的状态(即对应当前显示的名称),默认为1,1是itemTitle, 2是itemTitle2
更多...
#include <metting.h>
|
| NEMeetingParams (const std::string &strDisplayName="", const std::string &strMeetingId="", const std::string &strTag="", const std::string &strPassword="") |
| 构造函数 更多...
|
|
| NEMeetingParams (std::string &&strDisplayName, std::string &&strMeetingId, std::string &&strTag, std::string &&strPassword) |
| 构造函数 更多...
|
|
| NEObject () |
| 构造函数 更多...
|
|
virtual | ~NEObject () |
| 析构函数 更多...
|
|
菜单项当前的状态(即对应当前显示的名称),默认为1,1是itemTitle, 2是itemTitle2
在文件 metting.h 第 565 行定义.
◆ NEMeetingParams() [1/2]
nem_sdk_interface::NEMeetingParams::NEMeetingParams |
( |
const std::string & |
strDisplayName = "" , |
|
|
const std::string & |
strMeetingId = "" , |
|
|
const std::string & |
strTag = "" , |
|
|
const std::string & |
strPassword = "" |
|
) |
| |
|
inline |
构造函数
- 参数
-
strDisplayName | 显示的名称 |
strMeetingId | 会议id,如果没有传入则会自动生成 |
strTag | 用户Tag,用户自定义的一个字符串 |
strPassword | 会议密码 |
在文件 metting.h 第 575 行定义.
◆ NEMeetingParams() [2/2]
nem_sdk_interface::NEMeetingParams::NEMeetingParams |
( |
std::string && |
strDisplayName, |
|
|
std::string && |
strMeetingId, |
|
|
std::string && |
strTag, |
|
|
std::string && |
strPassword |
|
) |
| |
|
inline |
构造函数
- 参数
-
strDisplayName | 显示的名称 |
strMeetingId | 会议id,如果没有传入则会自动生成 |
strTag | 用户Tag,用户自定义的一个字符串 |
strPassword | 会议密码 |
在文件 metting.h 第 594 行定义.
◆ displayName
std::string nem_sdk_interface::NEMeetingParams::displayName |
◆ meetingId
std::string nem_sdk_interface::NEMeetingParams::meetingId |
◆ password
std::string nem_sdk_interface::NEMeetingParams::password |
◆ roleType
◆ tag
std::string nem_sdk_interface::NEMeetingParams::tag |
该类的文档由以下文件生成: