|
NEMeetingKit V4.18.0
|
加入会议参数 更多...
#include <kit_define_meeting.h>
额外继承的成员函数 | |
Public 成员函数 继承自 NEMeetingParams | |
| NEMeetingParams (const std::string &strDisplayName="", const std::string &strMeetingNum="", const std::string &subject="", const std::string &strTag="", const std::string &strPassword="") | |
| 构造函数 | |
| NEMeetingParams (std::string &&strDisplayName, std::string &&strMeetingNum, std::string &&subject, std::string &&strTag, std::string &&strPassword) | |
| 构造函数 | |
Public 成员函数 继承自 NEObject | |
| NEObject ()=default | |
| 构造函数 | |
| virtual | ~NEObject ()=default |
| 析构函数 | |
Public 属性 继承自 NEMeetingParams | |
| std::string | displayName |
| 会议中的用户昵称,不能为空 | |
| std::string | avatar |
| 会议中的用户头像,可空 | |
| std::string | meetingNum |
| 指定要创建或加入的目标会议ID | |
| std::string | tag |
| 会议主题 | |
| std::string | password |
| 会议角色 | |
| NEWatermarkConfig | watermarkConfig |
| 会议中流加密配置,当 key 为空时表示不启用加密 | |
加入会议参数