首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >实时音视频通话web端 startRemoteView 无法渲染 没报错?

实时音视频通话web端 startRemoteView 无法渲染 没报错?

提问于 2022-09-02 15:59:00
回答 0关注 0查看 99

this.tuiCallEngine.on(TUICallEvent.USER_ENTER, this.handleUserEnter)

this.tuiCallEngine

          .startRemoteView({

userID: this.visitPhone,

videoViewDomID: "remote-xxx",

          })

          .then(res => {

console.log(

res,

"startRemoteView success------------------------------"

            )

          })

          .catch(error => {

console.log(

error,

"startRemoteView error------------------------------"

            )

          })

回答

和开发者交流更多问题细节吧,去 写回答
相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档