Skip to content
Cloudflare Docs

rtk-participants

A component which lists all participants, with ability to run privileged actions on each participant according to your permissions.

Properties

PropertyTypeRequiredDefaultDescription
configUIConfigcreateDefaultConfig()Config
defaultParticipantsTabIdParticipantsTabId-Default section
iconPackIconPackdefaultIconPackIcon pack
meetingMeeting-Meeting object
sizeSize-Size
statesStates-States object
tRtkI18nuseLanguage()Language

Usage Examples

Basic Usage

<rtk-participants></rtk-participants>

With Properties

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