mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-01 05:07:56 +00:00
♻️(frontend) generalize transcript notification for all recording types
Convert transcript-specific toast notification into a flexible component that works with any recording type. Create extensible design that can accommodate screen recordings and future recording formats. Implementation is functional though not perfect, with room for future enhancement.
This commit is contained in:
committed by
aleb_the_flash
parent
32956f495f
commit
f596aae1e8
@@ -25,5 +25,9 @@
|
||||
"transcript": {
|
||||
"started": "{{name}} started the meeting transcription.",
|
||||
"stopped": "{{name}} stopped the meeting transcription."
|
||||
},
|
||||
"screenRecording": {
|
||||
"started": "{{name}} started the meeting recording.",
|
||||
"stopped": "{{name}} stopped the meeting recording."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user