From 0163f2c85cc2bb86133b455d828870be84326067 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 7 Jun 2021 15:01:09 +0200 Subject: [PATCH] Update CAPTURING.mdx --- docs/docs/guides/CAPTURING.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/CAPTURING.mdx b/docs/docs/guides/CAPTURING.mdx index 9b78849..ffc9f7d 100644 --- a/docs/docs/guides/CAPTURING.mdx +++ b/docs/docs/guides/CAPTURING.mdx @@ -74,7 +74,7 @@ While taking snapshots is faster than taking photos, the resulting image has way ::: :::note -The `takeSnapshot` function also works with `photo={false}`. For this reason, devices that do not support photo and video capture at the same time (see ["The `supportsPhotoAndVideoCapture` prop"](/docs/guides/devices/#the-supportsphotoandvideocapture-prop)) can use `video={true}` and fall back to snapshot capture for photos. (See ["Taking Snapshots"](/docs/guides/capturing#taking-snapshots)) +The `takeSnapshot` function also works with `photo={false}`. For this reason, **devices that do not support photo and video capture** at the same time (see ["The `supportsPhotoAndVideoCapture` prop"](/docs/guides/devices/#the-supportsphotoandvideocapture-prop)) can use `video={true}` and **fall back to snapshot capture** for photos. (See ["Taking Snapshots"](/docs/guides/capturing#taking-snapshots)) ::: ## Recording Videos