onReady(()=> {
livePusher.value = uni.createLivePusherContext('livePusher', this);
})
- 发布:2024-06-17 15:37
- 更新:2024-09-04 22:32
- 阅读:214
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 4.19
手机系统: Android
手机系统版本号: Android 14
手机厂商: 华为
手机机型: 华为
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
操作步骤:
预期结果:
111
111
实际结果:
111
111
bug描述:
你好请问在vue3项目中使用推流组件live-pusher, uni.createLivePlayerContext(livePlayerId, this) this应该传什么参数?
敏感词 (作者) - 我知道你的敏感词是什么啊
报错
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'meta')
at
at Object.createLivePusherContext ()
at VM24 index.js:114
at sn ()
at Rn ()
at Pa.l.weh.l.weh ()
at Object.wn [as invokeArrayFns] ()
at I ()
at Object.<anonymous> ()
锦鲤丶接单丶 - 锦鲤丶接单丶18560000860丶10+年开发经验
经过我开发项目的踩坑发现,不能直接在参数中 getCurrentInstance() 得在上面定义一个 const instance = getCurrentInstance() 然后在参数中传 instance 或 instance.proxy 才行
敏感词 (作者)
是getCurrentInstance()吗?我试了还是报错的
报错:Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'meta')
livePusher.value = uni.createLivePusherContext("livePusher", (0, import_vue.getCurrentInstance)());
2024-06-17 15:44