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

# selectedVideoInputDeviceConstraints

> Media track constraints for the selected video input device.

```ts
get selectedVideoInputDeviceConstraints(): boolean | MediaTrackConstraints
```

Media track constraints for the selected video input device. Returns `false` when disabled.

## **Examples**

```ts
console.log(client.selectedVideoInputDeviceConstraints);
```