Skip to content

rtk-participants

Last updated View as MarkdownAgent setup

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

Properties

Property Type Required Default Description
config UIConfig createDefaultConfig() Config
defaultParticipantsTabId ParticipantsTabId - Default section
iconPack IconPack defaultIconPack Icon pack
meeting Meeting - Meeting object
size Size - Size
states States - States object
t RtkI18n useLanguage() 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>

Was this helpful?