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

# toName

> Display name of the callee.

```ts
get toName(): string | undefined
```

Display name of the callee.

## **Examples**

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