Increase max recording length to 5 minutes

This commit is contained in:
N-Pex 2023-05-15 16:21:10 +02:00
parent ab2cf301c4
commit fce65d1a3b

View file

@ -210,7 +210,7 @@ export default {
recorder: null,
previewPlayer: null,
wakeLock: null,
maxRecordingLength: 120, // In seconds
maxRecordingLength: 300, // In seconds
forceNonPTTMode: false,
};
},