Skip to content
Cloudflare Docs

rtk-participants-audio

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

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPackdefaultIconPackIcon pack
meetingMeeting-Meeting object
preloadedAudioElemHTMLAudioElement-Pass existing audio element
tRtkI18nuseLanguage()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>