一个用于播放来自参与者和屏幕共享的所有音频的组件。
| 属性 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
图标包 |
meeting |
Meeting |
✅ | - | 会议对象 |
preloadedAudioElem |
HTMLAudioElement |
✅ | - | 传递现有的音频元素 |
t |
RtkI18n |
❌ | useLanguage() |
语言 |
<!-- component.html -->
<rtk-participants-audio></rtk-participants-audio><!-- component.html -->
<rtk-participants-audio
[meeting]="meeting"
[preloadedAudioElem]="htmlaudioelement">
</rtk-participants-audio>