跳转到内容
搜索文档

rtk-breakout-room-participants

最后更新 查看 MarkdownAgent 设置

列出所有参会者的组件,能够根据您的权限对每个参会者执行特权操作。

属性

属性 类型 是否必填 默认值 描述
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>

这篇文档对您有帮助吗?