Partager via


CallDirection type

Direction d’un appel :

  • 'Entrant'
  • 'Sortant'
type CallDirection = "Incoming" | "Outgoing"