|
NEMeeting SDK
|
变量 | |
| const int | kFirstinjectedMenuId = 100 |
| const int | kMicMenuId = 0 |
| const int | kCameraMenuId = 1 |
| const int | kScreenShareMenuId = 2 |
| const int | kParticipantsMenuId = 3 |
| const int | kMangeParticipantsMenuId = 4 |
| const int | kInviteMenuId = 20 |
| const int | kChatMenuId = 21 |
| const int | kViewMenuId = 22 |
| const int | kWhiteboardMenuId = 23 |
| typedef struct nem_sdk_interface::tagAccountInfo nem_sdk_interface::AccountInfo |
提供会议SDK中账号信息
| using nem_sdk_interface::NECallback = typedef std::function<void(NEErrorCode, const std::string&, const TResultParam&...)> |
在文件 callback_interface.h 第 22 行定义.
| using nem_sdk_interface::NEEmptyCallback = typedef NECallback<> |
在文件 callback_interface.h 第 24 行定义.
历史会议记录信息
会议内成员信息
会控配置
当前会议详情
预约会议的信息
| typedef struct nem_sdk_interface::tagNEMeetingItemLiveSetting nem_sdk_interface::NEMeetingItemLiveSetting |
直播配置
预约会议的配置
会议按钮菜单项
| typedef struct nem_sdk_interface::tagNEMeetingRoleConfiguration nem_sdk_interface::NEMeetingRoleConfiguration |
会议角色信息配置对象
会议场景定义
音频设备自动选择策略
| 枚举值 | |
|---|---|
| AudioDeviceAutoSelectType_Default | 系统默认 |
| AudioDeviceAutoSelectType_Available | 可用设备 |
在文件 settings.h 第 69 行定义.
配置本端视频分辨率
| 枚举值 | |
|---|---|
| LocalVideoResolution_480P | 480P |
| LocalVideoResolution_720P | 720P |
| LocalVideoResolution_1080P | 1080P |
在文件 settings.h 第 60 行定义.
会议连接端口时的状态码
错误枚举
异常码
| 枚举值 | |
|---|---|
| kBegin | |
| kUISDKDisconnect | UI SDK 断开连接 |
| kAppDisconnect | 应用层断开连接 |
| kUnknown | 未知错误,或者不方便告诉你 |
| kEnd | |
在文件 exception.h 第 19 行定义.
会议状态
配置远端视频分辨率
| 枚举值 | |
|---|---|
| RemoteVideoResolution_Default | 默认模式 |
| RemoteVideoResolution_HD | 高清模式 |
在文件 settings.h 第 52 行定义.
配置变更类型
在文件 settings.h 第 26 行定义.
| const int nem_sdk_interface::kCameraMenuId = 1 |
| const int nem_sdk_interface::kChatMenuId = 21 |
| const int nem_sdk_interface::kFirstinjectedMenuId = 100 |
| const int nem_sdk_interface::kInviteMenuId = 20 |
| const int nem_sdk_interface::kMangeParticipantsMenuId = 4 |
| const int nem_sdk_interface::kMicMenuId = 0 |
| const int nem_sdk_interface::kParticipantsMenuId = 3 |
| const int nem_sdk_interface::kScreenShareMenuId = 2 |
| const int nem_sdk_interface::kViewMenuId = 22 |