共用方式為


ParticipantListParticipant type

ParticipantList中顯示的參與者。

type ParticipantListParticipant = CommunicationParticipant & {
  isRemovable: boolean
}