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
iconPack
meeting
Meeting object
participant
Participant object
Type
RTKParticipant | RTKSelf
states
States
Type
States
t
view
Show participant summary
Default
'sidebar'
Type
"sidebar"