> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# CallDirection

> Whether the call is inbound (received) or outbound (initiated).

```ts
type CallDirection = "inbound" | "outbound"
```

Whether the call is inbound (received) or outbound (initiated).