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

# enumerateDevices

> Forces a device re-enumeration.

```ts
enumerateDevices(): Promise<void>
```

Forces a device re-enumeration.

## **Examples**

```ts
await client.enumerateDevices();
```