一个用于播放参与者视频的组件,并允许放置诸如 rtk-name-tag、rtk-audio-visualizer 或任何其他组件。
| 属性 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
config |
UIConfig |
❌ | createDefaultConfig() |
配置对象 |
iconPack |
IconPack |
❌ | defaultIconPack |
图标包 |
isPreview |
boolean |
✅ | - | 磁贴是否用于预览 |
meeting |
Meeting |
✅ | - | 会议对象 |
nameTagPosition |
| 'bottom-left' | 'bottom-right' | 'bottom-center' | 'top-left' | 'top-right' | 'top-center' |
✅ | - | 名字标签的位置 |
participant |
Peer |
✅ | - | 参与者对象 |
size |
Size |
✅ | - | 尺寸 |
states |
States |
✅ | - | 状态对象 |
t |
RtkI18n |
❌ | useLanguage() |
语言 |
variant |
'solid' | 'gradient' |
✅ | - | 变体 |
<!-- component.html -->
<rtk-participant-tile></rtk-participant-tile><!-- component.html -->
<rtk-participant-tile
[isPreview]="true"
[meeting]="meeting"
[nameTagPosition]="| 'bottom-left'
| 'bottom-right'
| 'bottom-center'
| 'top-left'
| 'top-right'
| 'top-center'">
</rtk-participant-tile>