From 7b16017a2eff63a748db8683d62c7129659d9b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hagen=20H=C3=BCbel?= Date: Tue, 1 Aug 2017 19:14:42 +0200 Subject: [PATCH] Fixed README for the audio-Property for iOS (#809) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a646dc8..9f1f076 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ Values: `Camera.constants.Aspect.fit` or `"fit"`, `Camera.constants.Aspect.fill` The `aspect` property allows you to define how your viewfinder renders the camera's view. For instance, if you have a square viewfinder and you want to fill the it entirely, you have two options: `"fill"`, where the aspect ratio of the camera's view is preserved by cropping the view or `"stretch"`, where the aspect ratio is skewed in order to fit the entire image inside the viewfinder. The other option is `"fit"`, which ensures the camera's entire view fits inside your viewfinder without altering the aspect ratio. -#### `iOS` `captureAudio` +#### `iOS` `audio` Values: `true` (Boolean), `false` (default)