显示会议中已加入参与者总人数的组件。
| 属性 | 类型 | 必填 | 默认值 | 描述 |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
图标包 |
meeting |
Meeting |
✅ | - | Meeting 对象 |
size |
Size |
✅ | - | 尺寸 |
t |
RtkI18n |
❌ | useLanguage() |
语言 |
<!-- component.html -->
<rtk-participant-count></rtk-participant-count><!-- component.html -->
<rtk-participant-count
[meeting]="meeting"
size="md">
</rtk-participant-count>