检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
A 3.crl 4.转换CA证书与CRL文件格式从DER到PEM CRL文件: openssl crl -inform DER -in "HuaweiRootCA.crl" -out HuaweiRootCaCrl.pem openssl crl -inform DER -in
值 说明 HWMSDKCycleTypeDay 以天为周期 HWMSDKCycleTypeWeek 以周为周期 HWMSDKCycleTypeMonth 以月为周期 示例代码 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
枚举HWMAutoMuteType说明 值 说明 HWMSDKAutoMuteTypeDefault 默认 HWMSDKAutoMuteTypeMute 静音 HWMSDKAutoMuteTypeUnmute 非静音 示例代码 1 2 /// 会议列表 [[HWMBizSdk getBizOpenApi]
] } } } } 由于函数config的uiConfig是string类型,需要把上述的json转换成字符串形式,请参考下面的示例代码。 示例代码 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
会议最大与会人数,默认0 表2 枚举HWMConfServerType说明 值 说明 HWMConfServerTypeMCU MCU会议 HWMConfServerTypeMMR MMR会议 HWMConfServerTypeRTC RTC会议 表3 HWMSDKSubCycleConfParamModel参数说明
枚举HWMAutoMuteType说明 枚举值 描述 HWMSDKAutoMuteTypeDefault 默认。 HWMSDKAutoMuteTypeMute 静音。 HWMSDKAutoMuteTypeUnmute 非静音。 返回值 无 示例代码 1 2 3 4 5 6 7
表4 枚举HWMAutoMuteType说明 枚举值 描述 HWMAutoMuteTypeDefault 默认 HWMAutoMuteTypeMute 静音 HWMAutoMuteTypeUnmute 非静音 返回值 无 示例代码 1 2 3 4 5 6 7 8 9
枚举HWMConfAttendeeType说明 枚举值 描述 HWMConfAttendeeTypeNormal 会议软终端用户。 HWMConfAttendeeTypeMobile 用户手机号码。 返回值 无 示例代码 - (void)startP2PConf { // 设置被叫信息 HWMCalleeInfo
orderConfParam.startTime = 1633017600; //utc时间戳,单位秒,如果获取的时间是本地时间,需要转换成utc时间 orderConfParam.duration = 30; //会议持续时长(分钟) orderConfParam
cycleConfParam.orderConfParam.startTime = 1633017600; //utc时间戳,单位秒,如果获取的时间是本地时间,需要转换成utc时间 cycleConfParam.orderConfParam.duration = 30; //会议持续时长(分钟)
1633017600; //utc时间戳,单位秒,如果获取的时间是本地时间,需要转换成utc时间 cycleConfParam.endDate = 1636560000; //utc时间戳,单位秒,如果获取的时间是本地时间,需要转换成utc时间 cycleConfParam.cycleType
1633017600; //utc时间戳,单位秒,如果获取的时间是本地时间,需要转换成utc时间 cycleConfParam.endDate= 1636560000; //utc时间戳,单位秒,如果获取的时间是本地时间,需要转换成utc时间 cycleConfParam.cycleType
orderConfParam.startTime = 1633017600; //utc时间戳,单位秒,如果获取的时间是本地时间,需要转换成utc时间 orderConfParam.duration = 30; //会议持续时长(分钟) orderConfParam
//默认会议不开启自动录制 data.startTime = 1598398920; //utc时间戳,单位秒,如果获取的时间是本地时间,需要转换成utc时间 data.duration = 30; //会议持续时长(分钟) data.timeZone = 56; //时区,56表示东八区
return bytesToHex(hashByte); } /** * 功能:byte类型数组转换成十六进制字符串 * 输入参数: * 1.bytes:被转换的字节数组 * 输出参数:十六进制字符串
param = { startTime: 1598398920; //utc时间戳,单位秒,如果获取的时间是本地时间,需要转换成utc时间 duration: 30; //会议持续时长(分钟) isSendCalendar: true
fail. 失败 10000 SDK internal error. SDK内部错误 10001 Network error. 网络错误,如SSL证书等问题导致的接口不通。 10002 Not joined meeting. 还未入会 10003 You have joined the
枚举HWMClientDeviceType说明 枚举值 描述 HWMClientDeviceTypeDesktop pc 登录 HWMClientDeviceTypeMobile 移动端登录 HWMClientDeviceTypePad pad 登录 HWMClientDeviceTypeOther 其他
hwmconf_allow_sharing, false); // 抢占共享权限 IConfMenu preemptShareTypeMenu = new TextMenu(R.id.hwmconf_confsetting_preempt_share_type,
] } } } } 由于函数Config的uiConfig是字符数组,需要把上述的json转换成字符串形式,请参考下面的示例代码。 示例代码 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16