微信版本: 8.2.28
手机型号: Iphone XR
软件版本: IOS14.3
小程序基础库: 2.26.0
const callVideo = async () => {
let loginInfo = await useGetOpenid()
wx.join1v1Chat({
caller: {
nickname: callInfo.value.expertName,
openid:loginInfo.openid
},
listener: {
nickname: callInfo.value.customerName,
openid: callInfo.value.customerOpenid
},
roomType: 'video',
disableSwitchVoice: true,
fail: err => {
console.log('视频通话错误',err)
uni.showModal({
title: '视频通话错误',
content: JSON.stringify(err)
})
}
})
}
安卓手机都行, 苹果手机有些可以有些不行, 不知道为什么? 有官方人员回答一下吗?
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
谢邀,这个不清楚,得找官方大大处理了