次の方法で共有


ParticipantListParticipant type

参加者リストに表示される参加者。

type ParticipantListParticipant = CommunicationParticipant & {
  isRemovable: boolean
}