We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
字节小程序新增了一个rct-room组件,支持rtc视频通话
rtc-room 多人音视频对话
属性 类型 默认值 必填 说明 userId string 是 进入房间用户的 userId mode string camera 否 对话窗口类型,自身传入 camera,其它用户传入 video device-position string front 否 仅在 mode 为 camera 时有效,前置或后置,值为front, back binderror eventhandle 否 创建对话窗口失败时触发
The text was updated successfully, but these errors were encountered:
等待热心的小伙伴解决问题中..., 有一些相关的 issues 可能帮助到你!
Thank you so much!
Sorry, something went wrong.
fix(tt): 补全 rtc-room 组件,fix #11460
8e240cf
Successfully merging a pull request may close this issue.
这个特性解决了什么问题?
字节小程序新增了一个rct-room组件,支持rtc视频通话
这个 API 长什么样?
rtc-room
多人音视频对话
属性 类型 默认值 必填 说明
userId string 是 进入房间用户的 userId
mode string camera 否 对话窗口类型,自身传入 camera,其它用户传入 video
device-position string front 否 仅在 mode 为 camera 时有效,前置或后置,值为front, back
binderror eventhandle 否 创建对话窗口失败时触发
The text was updated successfully, but these errors were encountered: