Skip to content

RtkParticipantsFragment

A component which lists all participants, with the ability to run privileged actions on each participant according to your permissions.

Methods

MethodParametersDescription
showfragmentManager: FragmentManager, tag: String?Display the participant list bottom sheet

Usage Examples

Basic Usage

Kotlin
val rtkParticipantsFragment = RtkParticipantsFragment()
rtkParticipantsFragment.show(fragmentManager, "PARTICIPANTS_TAG")