Increase max recording length to 5 minutes
This commit is contained in:
parent
ab2cf301c4
commit
fce65d1a3b
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ export default {
|
|||
recorder: null,
|
||||
previewPlayer: null,
|
||||
wakeLock: null,
|
||||
maxRecordingLength: 120, // In seconds
|
||||
maxRecordingLength: 300, // In seconds
|
||||
forceNonPTTMode: false,
|
||||
};
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue