Merge pull request #7582 from vector-im/johannes/vm-length

This commit is contained in:
Johannes Marbach
2023-06-07 14:03:17 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
@@ -27,7 +27,7 @@ import DSWaveformImage
public class VoiceMessageController: NSObject, VoiceMessageToolbarViewDelegate, VoiceMessageAudioRecorderDelegate, VoiceMessageAudioPlayerDelegate {
private enum Constants {
static let maximumAudioRecordingDuration: TimeInterval = 120.0
static let maximumAudioRecordingDuration: TimeInterval = 300.0
static let maximumAudioRecordingLengthReachedThreshold: TimeInterval = 10.0
static let elapsedTimeFormat = "m:ss"
static let fileNameDateFormat = "MM.dd.yyyy HH.mm.ss"
+1
View File
@@ -0,0 +1 @@
Increase max. length of voice message recordings to 5m