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 |
<rtk-participants-audio></rtk-participants-audio><rtk-participants-audio>
</rtk-participants-audio><script>
const el = document.querySelector("rtk-participants-audio");
el.meeting= meeting
</script>