Show time left for voice broadcast recordings (#9564)
This commit is contained in:
@@ -47,7 +47,8 @@ export const DEFAULTS: IConfigOptions = {
|
||||
url: "https://element.io/get-started",
|
||||
},
|
||||
voice_broadcast: {
|
||||
chunk_length: 120, // two minutes
|
||||
chunk_length: 2 * 60, // two minutes
|
||||
max_length: 4 * 60 * 60, // four hours
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user