Update DEVICES.mdx

This commit is contained in:
Marc Rousavy 2021-07-29 10:49:32 +02:00 committed by GitHub
parent b8b1a5c547
commit 87a5af87ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ Camera devices are the physical (or "virtual") devices that can be used to recor
### Get available camera devices ### Get available camera devices
To get a list of all available camera devices, use the `getAvailableCameraDevices` function: To get a list of all available camera devices, use [the `getAvailableCameraDevices` function](/docs/api/classes/camera.camera-1#getavailablecameradevices):
```ts ```ts
const devices = await Camera.getAvailableCameraDevices() const devices = await Camera.getAvailableCameraDevices()