🚸(frontend) alert room owner when recording exceeds max duration
Display notification to prevent silent recording failures. Shows configured max duration in proper locale if backend provides the limit. Prevents users from missing recording termination.
This commit is contained in:
committed by
aleb_the_flash
parent
59cd1f766a
commit
7c631bb76f
@@ -379,6 +379,12 @@
|
||||
},
|
||||
"any": {
|
||||
"started": "Opname bezig"
|
||||
},
|
||||
"limitReachedAlert": {
|
||||
"title": "Opnamelimiet overschreden",
|
||||
"description": "De opname heeft de maximaal toegestane duur{{duration_message}} overschreden. Deze wordt nu automatisch opgeslagen.",
|
||||
"durationMessage": " van {{duration}}",
|
||||
"button": "OK"
|
||||
}
|
||||
},
|
||||
"participantTileFocus": {
|
||||
|
||||
Reference in New Issue
Block a user