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

# preferredVideoInput

> Preferred video input device for new calls.

```ts
get preferredVideoInput(): MediaDeviceInfo | null
set preferredVideoInput(value): void
```

Preferred video input device for new calls.

## **Parameters**

Preferred video input device, or `null` to clear. See [`MediaDeviceInfo`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDeviceInfo).

## **Examples**

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