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

# enableVideoInput

> Re-enables video input, restoring the last selection or auto-selecting.

```ts
enableVideoInput(): void
```

Re-enables video input, restoring the last selection or auto-selecting.

## **Examples**

```ts
client.enableVideoInput();
```