渲染参会者头像图片或其姓名首字母缩写的头像组件。
| 属性 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
图标包 |
participant |
Peer | WaitlistedParticipant | { name: string; picture: string } |
✅ | - | 参会者对象 |
size |
Size |
✅ | - | 尺寸 |
t |
RtkI18n |
❌ | useLanguage() |
语言 |
variant |
AvatarVariant |
✅ | - | 头像类型 |
<!-- component.html -->
<rtk-avatar></rtk-avatar><!-- component.html -->
<rtk-avatar
participant="example"
size="md"
variant="circular">
</rtk-avatar>