检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
then((result) => { // 调用成功 console.log(result); }).catch((e) => { // 调用失败 console.error(e); }) 典型场景和接口参考中的示例代码仅作为示例用的伪代码,不能直接使用。
createEventListener(); // 监听会议暂停事件通知 listener.on('conf_state', function(data){ console.log(data) }); // 监听所有的事件: HWMeeting.getEventList().forEach(event =>
init(initInfo) { console.log("init, in param = ", initInfo); let ret = this.uisdkService.init(initInfo); console.log("init, out data
console.log("bookConf, out data = ", { ret, reason, confDetail }); resolve({ ret, reason, confDetail }); }; console.log("bookConf
ApiService中exit接口定义 */ exit() { console.log("exit, in param = "); let ret = this.uisdkService.exit(); console.log("exit, out data = ", ret);
App ID鉴权介绍 为了降低第三方应用集成华为云会议难度,并且提升开放接口的安全性,华为云会议开放能力中支持基于App ID的鉴权方式。App ID是一个应用的标识,同一个App ID可以同时在第三方的桌面终端、移动终端、Web应用上使用。 App ID鉴权原理 第三方客户端App
石墨文档应用 开通石墨文档应用,企业用户在预约会议时、会议中可使用添加文档、同时在线编辑等文档功能,多人远程协作更高效。 前提条件 iOS客户端 V8.10.5及以上版本 注意事项 应用开通方式 企业默认管理员登录或在Windows客户端查看开通引导后跳转至华为云会议管理平台进行开通,详细操作请参考应用管理。
reason) => { console.log("config, out data = ", { ret, reason }); resolve({ ret, reason }); }; console.log("config, in param
reason) => { console.log("addAttendee, out data = ", { ret, reason }); resolve({ ret, reason }); }; console.log("addAttendee
产品规格 视频会议需要的带宽是多少? 华为云会议客户端支持哪些操作系统? 视频会议支持哪些华为硬终端? 是否支持非华为的硬终端对接? 华为云会议桌面端对PC有什么配置要求? 操作系统及浏览器有什么要求? 是否支持跨国视频会议? 云会议支持跨企业沟通吗? 云会议可以使用企业自身的通讯录吗?
使用云会议室与会议并发资源召开会议 云会议室与并发组合模式,即企业同时购买了云会议室资源和并发资源,两种资源相互独立,同一个会议中不能同时使用云会议室资源和并发资源。云会议室管理员可以使用云会议室召开会议,其他用户加入云会议室。或者其他用户可以使用并发资源灵活召开会议。 使用流程
reason) => { console.log("joinConfById, out data = ", { ret, reason }); resolve({ ret, reason }); }; console.log("joinConfById
使用会议并发资源召开会议 企业购买了并发会议资源,企业内用户可以使用并发资源灵活召开会议。同一时间企业内在会议中的与会方数不能超过购买的并发资源总数。 使用流程 图1 使用流程 登录华为云会议管理平台 您可以使用IE11及以上版本、Chrome46及以上版本、FireFox41及
then((result) => { // 调用成功 console.log(JSON.stringify(result)); }).catch((e) => { // 调用失败 console.log(e.retCode, e.retMsg);
let resultCallback = (ret, reason, loginResult) => { console.log("loginByAppId, out data = ", { ret, reason, loginResult });
loginEventNotify: HWMLoginEventNotify = { onKickedOutNotify: () => { console.log('账号被踢'); } } UISDK.getNotifyApi().setLoginEventNotify(loginEventNotify);
string sdk版本号 示例代码 const sdkVersion = HWMeeting.getVersion(); // 显示结果 console.log("getSdkVersion", sdkVersion ); 父主题: 基础配置
*/ init(initInfo) { console.log("init, in param = ", initInfo); let ret = this.uisdkService.init(initInfo); console.log("init, out data =
SDKERR.HWM_SDKERR_SUCCESS ? '预约会议成功' : '预约会议失败' + res.result; console.log(message); }); } 1 2 3 4 5 6 7 8 9 10 11 12 13 14
使用云会议室资源召开会议 企业购买了云会议室资源,云会议室管理员可以使用云会议室召开会议,其他用户只能加入会议,不能创建会议。若企业同时购买了多个云会议室资源,各云会议室资源相互独立,同一个会议中不能同时用多个云会议室资源。 使用流程 图1 使用流程 登录华为云会议管理平台 您可