该组件列出所有参与者,并可根据权限对每位参与者执行特权操作。
| 属性 | 类型 | 必填 | 默认值 | 描述 |
|---|---|---|---|---|
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>