获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
搜到相似问题,不知至今解决了没https://developers.weixin.qq.com/community/develop/doc/000c8af5cbc5883bacf0c8d746b400?_at=1713164591884
为什么PC端小程序直播start回调函数都没有执行?const handleStartLiving = () => { const livePusherCtx = wx.createLivePusherContext('pusher') livePusherCtx.start({ success: () => { // 这里没有执行 console.log('test live success') }, fail: (err) => { // 这里也没有执行 console.log(err,'test live success') } }) }
04-15