Skip to main content

ParticipantViewController

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:

let controller = ParticipantViewController(viewModel:
ParticipantViewControllerModel(mobileClient: meeting))
controller.modalPresentationStyle = .fullScreen
self.present(controller, animated: true)