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

# receiveVideo

> Whether to receive remote video by default.

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

Whether to receive remote video by default.

## **Parameters**

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

## **Examples**

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