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

<rtk-participants-audio></rtk-participants-audio>

With Properties

<rtk-participants-audio>
</rtk-participants-audio>
<script>
  const el = document.querySelector("rtk-participants-audio");

  el.meeting= meeting
</script>

Was this helpful?