Voice Broadcast recording pip (#9385)

This commit is contained in:
Michael Weimann 2022-10-14 20:12:26 +02:00 committed by GitHub
parent aa57d1287d
commit 195065b217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 382 additions and 4 deletions

View file

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