A component which plays all the audio from participants and screenshares.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
Icon pack |
meeting |
Meeting |
✅ | - | Meeting object |
preloadedAudioElem |
HTMLAudioElement |
✅ | - | Pass existing audio element |
t |
RtkI18n |
❌ | useLanguage() |
Language |
<!-- component.html -->
<rtk-participants-audio></rtk-participants-audio><!-- component.html -->
<rtk-participants-audio
[meeting]="meeting"
[preloadedAudioElem]="htmlaudioelement">
</rtk-participants-audio>