From c4e6d072daeaddd120dee688bd52960579e0290b Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Sat, 27 Oct 2018 00:49:04 -0300 Subject: [PATCH] Capture video in high quality (#2287) --- app/components/attachment_button.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/attachment_button.js b/app/components/attachment_button.js index f1185102e0..1d130b0998 100644 --- a/app/components/attachment_button.js +++ b/app/components/attachment_button.js @@ -54,7 +54,7 @@ export default class AttachmentButton extends PureComponent { const {formatMessage} = this.context.intl; const options = { quality: 0.8, - videoQuality: 'low', + videoQuality: 'high', noData: true, mediaType, storageOptions: { @@ -133,7 +133,7 @@ export default class AttachmentButton extends PureComponent { attachVideoFromLibraryAndroid = () => { const {formatMessage} = this.context.intl; const options = { - videoQuality: 'low', + videoQuality: 'high', mediaType: 'video', noData: true, permissionDenied: {