DyteParticipants
A component which lists all participants, with ability to run privileged actions on each participant according to your permissions.
<Center>
  <DyteParticipants
    meeting={meeting}
    style={{ height: '480px', maxWidth: '320px', backgroundColor: '#000' }}
  />
</Center>