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

# direction

> Whether this call is 'inbound' or 'outbound'.

```ts
get direction(): CallDirection
```

Whether this call is `'inbound'` or `'outbound'`.

## **Examples**

```ts
console.log(call.direction);
```