DyteParticipantsFragment
A component which lists all participants, with ability to run privileged actions on each participant according to your permissions.
To show DyteParticipantsFragment do in kotlin/Java as follows:
val dyteParticipantsFragment = DyteParticipantsFragment()
dyteParticipantsFragment.show(
fragmentManager,
"SOME_TAG_HERE"
)