errCode -20001
errMsg: "setEnable1v1Chat:fail device not support"
wx.startRecord({
success(res) {
const tempFilePath = res.tempFilePath
console.log(res, 'tempFilePath')
wx.setEnable1v1Chat({
enable: true,
success: function (res) {
console.log(res, 'res')
},
fail: function (err) {
console.log(err)
},
}).then((res) =>
wx.join1v1Chat({
caller: {
nickname: '张三',
openid: 'ofmth5F36bvSTOa3BKJDfIedtev4',
},
listener: {
nickname: '李四',
openid: 'ofmth5MTVEk3uG-uIWHc2yp8WrZQ',
},
})
)
},
fail(err) {
console.log(err)
},
})
b页面怎么 接听
你手机是什么机型