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

# relayOnly

> Whether to force TURN relay-only ICE candidates.

```ts
get relayOnly(): boolean
set relayOnly(value): void
```

Whether to force TURN relay-only ICE candidates.

## **Examples**

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