onReady() {
this.context = uni.createLivePusherContext("livePusher", this);
},
看的是官方的例子代码复制来的
报了函数找不到
TypeError: uni.createLivePusherContext is not a function. (In 'uni.createLivePusherContext("livePusher", this)', 'uni.createLivePusherContext' is undefined) __ERROR
难道用这个组件还要另外引用什么吗?