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

# relayHost

> Custom relay host URL.

```ts
get relayHost(): string
set relayHost(value): void
```

Custom relay host URL. Empty string uses the default.

## **Examples**

```ts
console.log(client.preferences.relayHost);
```