Set voice broadcast defaults (#9471)

This commit is contained in:
Michael Weimann 2022-10-20 15:41:10 +02:00 committed by GitHub
parent 9ab8e330fe
commit 9d405a905d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 97 additions and 7 deletions

View file

@ -47,7 +47,7 @@ export const DEFAULTS: IConfigOptions = {
url: "https://element.io/get-started",
},
voice_broadcast: {
chunk_length: 60, // one minute
chunk_length: 120, // two minutes
},
};