跳转到内容
搜索文档

rtk-breakout-room-participants

最后更新 查看 MarkdownAgent 设置

该组件列出所有参与者,并可根据权限对每位参与者执行特权操作。

属性

属性 类型 必填 默认值 描述
iconPack IconPack defaultIconPack 图标包
meeting Meeting - Meeting 对象
participantIds string[] - 参与者 ID 列表
selectedParticipantIds string[] - 已选中的参与者
t RtkI18n useLanguage() 语言

使用示例

基本用法

<rtk-breakout-room-participants></rtk-breakout-room-participants>

带属性用法

<rtk-breakout-room-participants
 participantIds="example"
 selectedParticipantIds="example">
</rtk-breakout-room-participants>
<script>
  const el = document.querySelector("rtk-breakout-room-participants");

  el.meeting= meeting
  el.participantIds= [];
  el.selectedParticipantIds= [];
</script>

这篇文档对您有帮助吗?