Skip to content

Commit

Permalink
docs: Fix confusing wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy authored Jul 6, 2021
1 parent 0f6d097 commit 949c44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/DEVICES.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function App() {

Camera devices provide the [`supportsParallelVideoProcessing` property](/docs/api/interfaces/cameradevice.cameradevice-1#supportsparallelvideoprocessing) which determines whether the device supports using Video Recordings (`video={true}`) and Frame Processors (`frameProcessor={...}`) at the same time.

If this property is `false`, you can only enable `video` or add a `frameProcessor`, but not both.
If this property is `false`, you can either enable `video` or add a `frameProcessor`, but not both.

* On iOS this value is always `true`.
* On newer Android devices this value is always `true`.
Expand Down

0 comments on commit 949c44a

Please # to comment.