次の方法で共有


ParticipantListParticipant type

ParticipantListに表示される参加者。

type ParticipantListParticipant = CommunicationParticipant & {
  isRemovable: boolean
}