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

# receiveAudio

> Whether to receive remote audio by default.

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

Whether to receive remote audio by default.

## **Parameters**

If `true`, the local peer accepts incoming audio.

## **Examples**

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