列出所有参会者的组件,能够根据您的权限对每个参会者执行特权操作。
| 属性 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
图标包 |
meeting |
Meeting |
✅ | - | 会议对象 |
participantIds |
string[] |
✅ | - | 参会者 ID 列表 |
selectedParticipantIds |
string[] |
✅ | - | 选中的参会者列表 |
t |
RtkI18n |
❌ | useLanguage() |
语言 |
<!-- component.html -->
<rtk-breakout-room-participants></rtk-breakout-room-participants><!-- component.html -->
<rtk-breakout-room-participants
[meeting]="meeting"
participantIds="example"
selectedParticipantIds="example">
</rtk-breakout-room-participants>