检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
获取自己会中角色 接口功能 该接口用于获取自己会中角色(仅对mac平台生效) 函数原型 getSelfRole(onGetSelfRoleResult?: (ret: SDKERR, reason: string, selfRole: ConfRole) => void): void
获取观众列表 接口功能 该接口用于获取会议中观众列表。注意事项:1、只能在会议中使用;2、观众身份(可以通过会议详情消息推送获取)不能使用此接口。 函数原型 getAudienceList(onGetAudienceListResult?: (ret: SDKERR, reason
获取主窗口信息 接口功能 该接口用于获取主窗口信息 函数原型 getMainWindowInfo(onGetMainWindowInfoResult?: (ret: SDKERR, reason: string, mainWindowInfo: MainWindowInfo) =>
获取会议pstn接入号码 接口功能 该接口用于获取会议pstn接入号码。 函数原型 getConfPstnAccessNumber(onGetConfPstnAccessNumberResult?: (ret: SDKERR, reason: string, pstnAccessNumberInfo
获取用户保存路径 接口功能 该接口用于获取用户文件(包括本地录制文件)的保存路径。(仅对win平台生效) 函数原型 getUserSavePath(pathType: SavePathType, onGetUserSavePathResult?: (ret: SDKERR, reason
订阅会中信息更新通知 接口功能 订阅会中信息更新通知 函数原型 setOnMeetingInfoChangedCB(onMeetingInfoChanged: (meetingInfo: MeetingInfo) => void): void 请求参数 表1 入参说明 参数名称 是否必选
自定义指定场景文案 接口功能 自定义指定场景文案 函数原型 setCustomUIText(customSceneTextInfoList: CustomSceneTextInfoList, onSetCustomUITextResult?: (ret: SDKERR, reason
订阅连接断开通知 接口功能 收到该通知时,表示与SDK的连接断开了。(仅对win平台生效) 函数原型 setOnSdkDisconnectedNotifyCB(onSdkDisconnectedNotify: () => void): void 请求参数 表1 入参说明 参数名称
获取窗口句柄列表 接口功能 该接口用于获取窗口句柄列表。 函数原型 getRenderWindowInfoList(onGetRenderWindowInfoListResult?: (ret: SDKERR, reason: string, hwndInfo: HwndListInfo
订阅注入点击通知 接口功能 收到该通知时,用户点击了配置过点击注入的按钮。 函数原型 setOnClickInjectBtnNotifyCB(onClickInjectBtnNotify: (injectBtnInfo: InjectBtnInfo) => void): void
会议来电时设备开关配置 接口功能 该接口用于设置接听会议来电时设备开关状态,包括麦克风和摄像头。 函数原型 setDeviceConfigForConfIncoming(deviceConfig: DeviceConfig, onSetDeviceConfigForConfIncomingResult
订阅添加与会者结果通知 接口功能 添加多人时,可能会上报多次。 函数原型 setOnAddAttendeeNotifyCB(onAddAttendeeNotify: (addAttendeeResultList: AddAttendeeResultList) => void): void
设置会控栏自动隐藏 接口功能 该接口用于设置会控栏是否自动隐藏。注意事项:1、当次会议生效,离会后恢复默认体验,即鼠标无操作后一段时间后自动隐藏会控栏。(仅对win平台生效) 函数原型 setAutoHideToolBar(autoHideToolBarParam: AutoHideToolBarParam
订阅双击与会者项通知 接口功能 收到该通知时,用户双击了与会者列表中的与会者项。 函数原型 setOnDoubleClickParticipantListItemNotifyCB(onDoubleClickParticipantListItemNotify: (participantInfo
设置管理面域名对应的保底ip地址 接口功能 该接口用于设置管理面域名对应的保底ip地址。 函数原型 setGlobalGuaranteedIpAddresses(guaranteedIpAddressesParam: GuaranteedIpAddressesParam, onSetGlobalGuaranteedIpAddressesResult
获取自己的开启共享状态 接口功能 获取自己的开启共享状态 函数原型 getSelfShareState(onGetSelfShareStateResult?: (ret: SDKERR, reason: string, selfShareStateInfo: SelfShareStateInfo
获取与会者列表 接口功能 该接口用于获取会议中与会者列表。注意事项:1、只能在会议中使用。 函数原型 getAttendeeList(onGetAttendeeListResult?: (ret: SDKERR, reason: string, attendeeList: AttendeeListInfo
设置开启或关闭音频码流 接口功能 该接口用于设置开启或关闭音频码流。 函数原型 setAudioRawDataOutputConfig(audioRawDataConfigInfo: AudioRawDataConfigInfo, onSetAudioRawDataOutputConfigResult
设置屏幕共享中需透明的窗口 接口功能 设置窗口句柄个数不超过4个(仅对win平台生效) 函数原型 setTransparentWnd(wndInfo: TransparentWndInfo, onSetTransparentWndResult?: (ret: SDKERR, reason
订阅用户数据路径变化通知 接口功能 收到该通知时,表示用户数据路径发生变化。(仅对Windows平台生效) 函数原型 setOnUserSavePathChangedCB(onUserSavePathChanged: (userSavePathInfo: UserSavePathInfo