A component which lists all participants, with ability to run privileged actions on each participant according to your permissions.
| 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 |
<rtk-participants></rtk-participants><rtk-participants
size="md">
</rtk-participants><script>
const el = document.querySelector("rtk-participants");
el.meeting= meeting
</script>