收藏
回答

从分享直播卡片进入,getShareParams返回错误“只能从分享卡片进入”?

livePlayer.getShareParams({ scene: options.scene })
          .then(res => {
            console.log('get share openid', res.share_openid) // 分享者openid,分享卡片进入场景才有
            console.log('get openid', res.openid) // 用户openid
            console.log('get room id', res.room_id) // 房间号
            console.log('get custom params', res.customParams) // 开发者在跳转进入直播间页面时,页面路径上携带的自定义参数,这里传回给开发者
          }).catch(err => {
            console.log('get live params', err)
          })

按demo写的,然后scene也是1007,但是getShareParams报错,这是为啥?

是否因为是开发版或者体验版的原因呢?

最后一次编辑于  2020-03-18
回答关注问题邀请回答
收藏

5 个回答

登录 后发表内容
问题标签