docs: Fix confusing wording

This commit is contained in:
Marc Rousavy 2021-07-06 14:00:48 +02:00 committed by GitHub
parent 0f6d0978f0
commit 949c44a97f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.