ParticipantListParticipant type

Participants displayed in a ParticipantList.

type ParticipantListParticipant = CommunicationParticipant & {
  isRemovable: boolean
}