- 拨打视频一直显示loading?
拨打视频一直显示loading 挂断也显示 。我们删除小程序再拨打就不再出现了 wmpf 版本 1.2.0 cli -1.2.0 voipsdk 1.5.2 [图片][图片] [图片]
2023-08-11 - 我们小程序框架升级最新(2.0.0)的后拉不起来音视频了?
我们小程序框架升级最新(2.0.0)的后拉不起来音视频了
2023-08-10 - 【家长投诉】接听方一接听,通话自动挂断?
微信版本8.0.40 接听方是手机端 日志已上传 通话时间 : 2023-08-03 09:50:34 ,2023-08-03 09:51:00,2023-08-03 21:28:23
2023-08-04 - 设备端拉起小程序卡死在小程序框架页面?
音视频小程序第一次打开卡死在页面中,第二次就没问题了,我们的小程序里有30s倒计时关闭逻辑(写在app.js中),两分钟页面都没关闭掉,我们猜测都没进入到小程序里
2023-08-01 - getCallerTicket 返回Unknown Source?
07-26 14:30:27.300 6323 6375 W System.err: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. 07-26 14:30:27.313 6323 6375 W System.err: at com.android.org.conscrypt.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:361) 07-26 14:30:27.313 6323 6375 W System.err: at okhttp3.internal.connection.RealConnection.connectTls(RealConnection.kt:367) 07-26 14:30:27.313 6323 6375 W System.err: at okhttp3.internal.connection.RealConnection.establishProtocol(RealConnection.kt:325) 07-26 14:30:27.313 6323 6375 W System.err: at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:197) 07-26 14:30:27.313 6323 6375 W System.err: at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:233) 07-26 14:30:27.313 6323 6375 W System.err: at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:107) 07-26 14:30:27.313 6323 6375 W System.err: at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:75) 07-26 14:30:27.313 6323 6375 W System.err: at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:245) 07-26 14:30:27.313 6323 6375 W System.err: at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) 07-26 14:30:27.313 6323 6375 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100) 07-26 14:30:27.313 6323 6375 W System.err: at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:82) 07-26 14:30:27.313 6323 6375 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100) 07-26 14:30:27.313 6323 6375 W System.err: at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) 07-26 14:30:27.313 6323 6375 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100) 07-26 14:30:27.313 6323 6375 W System.err: at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:74) 07-26 14:30:27.314 6323 6375 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:100) 07-26 14:30:27.314 6323 6375 W System.err: at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:197) 07-26 14:30:27.314 6323 6375 W System.err: at okhttp3.internal.connection.RealCall.execute(RealCall.kt:148) 07-26 14:30:27.314 6323 6375 W System.err: at com.tencent.wxvoip.ServiceProxy.a(Unknown Source) 07-26 14:30:27.314 6323 6375 W System.err: at com.tencent.wxvoip.ServiceProxy.getCallerTicket(Unknown Source) 07-26 14:30:27.314 6323 6375 W System.err: at com.xyw.talkphone.telephone.ui.NewsActivity$init$2$1.invokeSuspend(NewsActivity.kt:65) 07-26 14:30:27.314 6323 6375 W System.err: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) 07-26 14:30:27.314 6323 6375 W System.err: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) 07-26 14:30:27.314 6323 6375 W System.err: at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571) 07-26 14:30:27.314 6323 6375 W System.err: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) 07-26 14:30:27.314 6323 6375 W System.err: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678) 07-26 14:30:27.314 6323 6375 W System.err: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665) 07-26 14:30:27.317 6323 6375 W System.err: Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. 07-26 14:30:27.317 6323 6375 W System.err: at com.android.org.conscrypt.TrustManagerImpl.verifyChain(TrustManagerImpl.java:563) 07-26 14:30:27.317 6323 6375 W System.err: at com.android.org.conscrypt.TrustManagerImpl.checkTrustedRecursive(TrustManagerImpl.java:444) 07-26 14:30:27.317 6323 6375 W System.err: at com.android.org.conscrypt.TrustManagerImpl.checkTrustedRecursive(TrustManagerImpl.java:508) 07-26 14:30:27.317 6323 6375 W System.err: at com.android.org.conscrypt.TrustManagerImpl.checkTrusted(TrustManagerImpl.java:401) 07-26 14:30:27.317 6323 6375 W System.err: at com.android.org.conscrypt.TrustManagerImpl.checkTrusted(TrustManagerImpl.java:375) 07-26 14:30:27.317 6323 6375 W System.err: at com.android.org.conscrypt.TrustManagerImpl.getTrustedChainForServer(TrustManagerImpl.java:304) 07-26 14:30:27.317 6323 6375 W System.err: at android.security.net.config.NetworkSecurityTrustManager.checkServerTrusted(NetworkSecurityTrustManager.java:94) 07-26 14:30:27.317 6323 6375 W System.err: at android.security.net.config.RootTrustManager.checkServerTrusted(RootTrustManager.java:88) 07-26 14:30:27.317 6323 6375 W System.err: at com.android.org.conscrypt.Platform.checkServerTrusted(Platform.java:178) 07-26 14:30:27.317 6323 6375 W System.err: at com.android.org.conscrypt.OpenSSLSocketImpl.verifyCertificateChain(OpenSSLSocketImpl.java:596) 07-26 14:30:27.317 6323 6375 W System.err: at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) 07-26 14:30:27.317 6323 6375 W System.err: at com.android.org.conscrypt.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:357) 07-26 14:30:27.317 6323 6375 W System.err: ... 26 more 07-26 14:30:27.318 6323 6375 W System.err: Caused by: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. 07-26 14:30:27.318 6323 6375 W System.err: ... 38 more 07-26 14:30:27.510 6323 6375 W System.err: com.tencent.wxvoip.ServiceProxy$GetTicketException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. 07-26 14:30:27.510 6323 6375 W System.err: at com.tencent.wxvoip.ServiceProxy.getCallerTicket(Unknown Source) 07-26 14:30:27.510 6323 6375 W System.err: at com.xyw.talkphone.telephone.ui.NewsActivity$init$2$1.invokeSuspend(NewsActivity.kt:65) 07-26 14:30:27.510 6323 6375 W System.err: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) 07-26 14:30:27.510 6323 6375 W System.err: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) 07-26 14:30:27.510 6323 6375 W System.err: at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571) 07-26 14:30:27.510 6323 6375 W System.err: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) 07-26 14:30:27.511 6323 6375 W System.err: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678) 07-26 14:30:27.511 6323 6375 W System.err: at
2023-07-26 - horMirror 设置后设备端镜像了,如何只修改手机端?
问题同上 下边是小程序里的预览页面 [图片] 下边是相机再带的预览画面 [图片]
2023-07-25 - getCallerTicket 报错cert fail 是什么原因?
操作流程 设备我们的软件和小程序框架都卸载后重新安装测试环境后一直提示这个,也去设置里去清理缓存和数据了,小程序框架也清了,还是不行
2023-07-25 - GetDeviceSn 读取sn不稳定有时候能读取到有时候是null?
sdk 是1.3版本,这个跟emmc io 有关系吗?如何排查io 这个读取不稳定情况 [图片]
2023-07-24 - getCallerTicket 获取的时候返回值是 kotlin.Unit?
接口 getCallerTicket 有时候会返回kotlin.Unit ,非必现 ,这个是什么原因造成的 设备SN:XYWR20230608000005 org.json.JSONException: Value fail of type java.lang.String cannot be converted to JSONObject at com.tencent.wxvoip.ServiceProxy.getCallerTicket(Unknown Source) org.json.JSONException: Value fail of type java.lang.String cannot be converted to JSONObject W/System.err: at org.json.JSON.typeMismatch(JSON.java:111) W/System.err: at org.json.JSONObject.<init>(JSONObject.java:160) W/System.err: at org.json.JSONObject.<init>(JSONObject.java:173) W/System.err: at com.tencent.wxvoip.ServiceProxy.getCallerTicket(Unknown Source)
2023-07-21 - 拉起小程序 没有响应?
[图片] 设备sn:XYWR20230207K2PCU0
2023-07-17