| 属性 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
图标包 |
meeting |
Meeting |
✅ | - | 会议对象 |
privateChatRecipient |
Participant | null |
✅ | - | 私聊的选定接收者;未设置时,将加载公开聊天(所有人)的消息。 |
size |
Size |
✅ | - | 尺寸 |
t |
RtkI18n |
❌ | useLanguage() |
语言 |
<!-- component.html -->
<rtk-chat-messages-ui-paginated></rtk-chat-messages-ui-paginated><!-- component.html -->
<rtk-chat-messages-ui-paginated
[meeting]="meeting"
[privateChatRecipient]="participant | null"
size="md">
</rtk-chat-messages-ui-paginated>