Skip to main content

rtk-participant

A participant entry component used inside rtk-participants which shows data like: name, picture and media device status.

You can perform privileged actions on the participant too.

<rtk-participant id="rtk-el"></rtk-participant>

<script>
const el = document.getElementById('rtk-el');
el.participant = participant;
</script>

Props

config

Config object

Default
defaultConfig

iconPack

Icon pack

Default
defaultIconPack

meeting

Meeting object

participant

Participant object

states

States

Type
States

t

Language

Default
useLanguage()

view

Show participant summary

Default
'sidebar'
Type
"sidebar"