Skip to content

rtk-participants-audio

Last updated View as MarkdownAgent setup

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

Properties

Property Type Required Default Description
iconPack IconPack defaultIconPack Icon pack
meeting Meeting - Meeting object
preloadedAudioElem HTMLAudioElement - Pass existing audio element
t RtkI18n 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>

Was this helpful?