RtkParticipantsFragment
A component which lists all participants, with the ability to run privileged actions on each participant according to your permissions.
| Method | Parameters | Description |
|---|---|---|
show | fragmentManager: FragmentManager, tag: String? | Display the participant list bottom sheet |
val rtkParticipantsFragment = RtkParticipantsFragment()rtkParticipantsFragment.show(fragmentManager, "PARTICIPANTS_TAG")