dyte-participant
A participant entry component used inside dyte-participants
which shows data like:
name, picture and media device status.
You can perform privileged actions on the participant too.
<dyte-participant id="dyte-el"></dyte-participant>
<script>
const el = document.getElementById('dyte-el');
el.participant = participant;
</script>
Props
config
iconPack
meeting
Meeting object
Type
DyteClient
participant
Participant object
Type
DyteParticipant | DyteSelf
t
view
Show participant summary
Default
'sidebar'
Type
"sidebar"