const handleStartLiving = () => {
const livePusherCtx = wx.createLivePusherContext('pusher')
livePusherCtx.start({
success: () => {
// 这里没有执行
console.log('test live success')
},
fail: (err) => {
// 这里也没有执行
console.log(err,'test live success')
}
})
}
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
搜到相似问题,不知至今解决了没https://developers.weixin.qq.com/community/develop/doc/000c8af5cbc5883bacf0c8d746b400?_at=1713164591884