Show time left for voice broadcast recordings (#9564)

This commit is contained in:
Michael Weimann
2022-11-10 10:53:49 +00:00
committed by GitHub
parent 962e8e0b23
commit f6347d24ef
22 changed files with 469 additions and 145 deletions
+2
View File
@@ -182,6 +182,8 @@ export interface IConfigOptions {
voice_broadcast?: {
// length per voice chunk in seconds
chunk_length?: number;
// max voice broadcast length in seconds
max_length?: number;
};
user_notice?: {