Skip to content

Commit dd54b76

Browse files
author
Florian Renaud
committed
DO NOT MERGE - set chunk length to 10 seconds
1 parent 6d6b4e5 commit dd54b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector/src/main/java/im/vector/app/features/voicebroadcast/VoiceBroadcastConstants.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ object VoiceBroadcastConstants {
2727
const val VOICE_BROADCAST_CHUNK_KEY = "io.element.voice_broadcast_chunk"
2828

2929
/** Default voice broadcast chunk duration, in seconds. */
30-
const val DEFAULT_CHUNK_LENGTH_IN_SECONDS = 120
30+
const val DEFAULT_CHUNK_LENGTH_IN_SECONDS = 10
3131
}

0 commit comments

Comments
 (0)