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.
34 lines
477 B
JSON
34 lines
477 B
JSON
{
|
|
"defaultName": "",
|
|
"joined": {
|
|
"description": ""
|
|
},
|
|
"raised": {
|
|
"description": "",
|
|
"cta": ""
|
|
},
|
|
"muted": "",
|
|
"openChat": "",
|
|
"lowerHand": {
|
|
"auto": "",
|
|
"dismiss": ""
|
|
},
|
|
"reaction": {
|
|
"description": ""
|
|
},
|
|
"waitingParticipants": {
|
|
"one": "",
|
|
"several": "",
|
|
"open": "",
|
|
"accept": ""
|
|
},
|
|
"transcript": {
|
|
"started": "",
|
|
"stopped": ""
|
|
},
|
|
"screenRecording": {
|
|
"started": "",
|
|
"stopped": ""
|
|
}
|
|
}
|