ParticipantListParticipant type

ParticipantList中顯示的參與者。

type ParticipantListParticipant = CommunicationParticipant & {
  isRemovable: boolean
}