CommunicationParticipant type

A Chat or Calling participant's state, as reflected in the UI.

type CommunicationParticipant = { displayName?: string; userId: string }