room joinRoom 进房失败: TypeError: Cannot read property 'then' of undefined
这是报错信息。
trtc-room.js第300行:根据参数拼接 push url,赋值给 live-pusher,
this._getPushUrl(this.data.config).then((pushUrl)=> {
this.data.pusher.url = pushUrl;
this.setData({
pusher: this.data.pusher,.............
注:我使用的是官方提供的小程序版demo,已配置了自己的SDKAPPID和SECRETKEY,官方demo都跑不通,这可怎么办?
相似问题