Skip to content

rtk-participants-audio

A component which plays all the audio from participants and screenshares.

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPack❌defaultIconPackIcon pack
meetingMeeting✅-Meeting object
preloadedAudioElemHTMLAudioElement✅-Pass existing audio element
tRtkI18n❌useLanguage()Language

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-participants-audio></rtk-participants-audio>

With Properties

<!-- component.html -->
<rtk-participants-audio
[meeting]="meeting"
[preloadedAudioElem]="htmlaudioelement">
</rtk-participants-audio>