aboutsummaryrefslogtreecommitdiff
path: root/src/constants/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants/constants.ts')
-rw-r--r--src/constants/constants.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts
index 476e7af4..d25a5953 100644
--- a/src/constants/constants.ts
+++ b/src/constants/constants.ts
@@ -246,3 +246,5 @@ export const SETTINGS_DATA = {
},
],
};
+
+export const MAX_VIDEO_RECORDING_DURATION = 60;