ParticipantViewController
A component which lists all participants, with ability to run privileged actions on each participant according to your permissions.
To show ParticipantViewController do as follows:
let controller = ParticipantViewController(viewModel: ParticipantViewControllerModel(mobileClient: meeting))
controller.modalPresentationStyle = .fullScreen
self.present(controller, animated: true)