检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
@param numbers number 集合 /// @param completionBlock 结果回调 若NSArray中有值 error不会返回错误 /// 需要将查询到的结果(userInfos)回传给sdk - (void)queryUserDetailByNumbe
* _Nullable error, HWMCreateConfResult * _Nullable result) { if (error) { [UIUtil showMessageWithError:error]; }
number:(nonnull NSString *)number completionBlock:(void(^)(NSError *_Nullable error, NSString *_Nullable headImagePath))completionBlock; 示例代码 - (void)
password:password callback:^(NSError * _Nullable error, HWMLoginResult * _Nullable result) { if (error == nil) { NSLog(@"登录成功");
completeHandler:^(NSError * _Nullable error, HWMConfDetail * _Nullable result) { if (error) { NSLog(@"%@", error.localizedDescription);
callback:^(NSError * _Nullable error, HWMCreateConfResult * _Nullable result) { if (error) { NSLog(@"发起立即会议失败:%@", error.localizedDescription);
password:password callback:^(NSError * _Nullable error, HWMLoginResult * _Nullable result) { if (error == nil) { NSLog(@"登录成功");
if(setResult.ret != 0){ window.electron.ipcRenderer("show-error-alert", "addAttendee error = " + setResult.ret); } } 1 2 3 4 5 6 7 8
_FEATURE_TYPE_MULTI_MONITOR, isCheck); if (hwmsdk::HWM_COMMON_SUCCESS != ret) { AfxMessageBox(_T("Enable multi monitor failed"));
else { window.electron.ipcRenderer.send("show-error-alert", "getConfDetail error = " + setResult.ret); } } 1 2 3 4 5 6 7
/v1/mmc/rlm/record/info 请求参数 表1 请求Header参数 参数 是否必选 参数类型 描述 X-Access-Token 是 String 授权令牌。获取“执行App ID鉴权”响应的accessToken。 表2 请求Body参数 参数 是否必选 参数类型 描述 confUUID 是
= 0) { window.electron.ipcRenderer.send("show-error-alert", "cancelConf error = " + setResult.ret); } this.props.history.push('/main');
}else{ window.electron.ipcRenderer.send("show-error-alert", "logout error = " + setResult.ret); } } 1 2 3 4 5 6 7 8 9
getVmrInfoList:^(NSError * _Nullable error, NSArray<HWMVmrInfoModel *> * _Nullable result) { if (error) { NSLog(@"获取成功");
getVmrList:^(NSError * _Nullable error, NSArray<HWMVmrInfoModel *> * _Nullable result) { if (error) { NSLog(@"获取成功");
双击“SmartRooms_Win”安装包,根据提示完成安装后,打开SmartRooms客户端激活即可使用。 非华为云会议认证硬件设备推荐配置如下: CPU:Intel® Core™ i5,6核或以上 内存:双通道,8G或以上 硬盘:128G或以上 操作系统:Windows10,1809版本或以上 扫码激活 开机进入大屏开机欢迎页。
ret != 0){ window.electron.ipcRenderer.send("show-error-alert", "joinConfById error = " + setResult.ret); } } 1 2 3 4 5 6 7 8
_Nullable error, HWMCreateConfResult * _Nullable result) { [self hideLoading]; if (error) { NSLog(@"创会失败%@", error.localizedDescription);
}else{ window.electron.ipcRenderer.send("show-error-alert", "loginByAppId error = " + setResult.ret); } } 1 2 3 4 5 6 7
callback:^(HWMSDKERR errCode, id _Nullable result) { if (errCode == HWMSDKSdkerrSuccess) { NSLog(@"初始化成功"); } else { NSLog(@"初始化失败");