接口 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)
看报错应该是网络错误之前处理的逻辑有些问题导致的,可以先确认下设备的网络状态。后续版本 SDK 会优化这里的提示