安卓端的视频电话机,通过小程序硬件框架拉起小程序使用VOIP拨打电话。2026年3月31号之前拨打通话正常,之后拨打失败。
安卓端:
安卓rk3568
系统版本11
使用WMPF认证,小程序硬件框架版本9.1.0.17
报错:registerMiniProgramDevice返回code为-11,message为register refresh: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
在安卓系统上使用谷歌浏览器打开网址:https://api.weixin.qq.com,显示如下
是否是系统的根证书库过旧,请提供下微信官方的证书包
小程序:
APPID:wx6d4e4c368fd9ae3e
modelId:I7wJmdhY0rhMVuWaIf6CUQ
VOIP使用initByCaller报错:errCode: 1000, errMsg: get deviceToken fail: getWMPFDeviceToken:fail:java.security.cert.CertPathValidatorException: Trust anchor for certification path not found..

wmpf是2.2吗