js端代码
const uid = wfcStore.currentConversationInfo.conversation.target;
console.log("用户id", uid);
let callSession = avengineKit.startSingleCall(uid, value === 1)
if (callSession) {
let url = `/pages/voip/Single?session=${JSON.stringify(callSession)}`
uni.navigateTo({ url });
}
本地调试时打印完"用户id"后程序就闪退了,hbuilder控制台无任何报错信息,附件是ios设备“分析与改进”中导出的崩溃日志,求大佬帮忙看看