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

# CallAddress

> Minimal address interface for call context Avoids circular dependency with full Address class

Minimal address interface for call context
Avoids circular dependency with full Address class

## **Properties**

Human-readable display name for the address.

Server-assigned ID of the address.

Observable of the text-message collection for this address.

Kind of address (e.g. `sip`, `room`, `subscriber`).

## **Methods**

### sendText()

```ts
sendText(text): Promise<void>
```

#### Parameters

Address as a URI or plain text.

#### Returns

`Promise<void>`