mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-03 06:08:29 +00:00
✨(frontend) add the AudioTab component
First draft, it lacks important features, as a visual indicator when the mic is active, and a trigger to test the audio output. I made some heuristics (e.g. default output/input, etc..) to ship a first version of this setting tabs that should work good enough to create value for our current users. Please refer to the inline comments.
This commit is contained in:
committed by
aleb_the_flash
parent
74b296aa37
commit
4d5aec9a49
@@ -6,6 +6,17 @@
|
||||
"nameLabel": "",
|
||||
"authentication": ""
|
||||
},
|
||||
"audio": {
|
||||
"microphone": {
|
||||
"heading": "",
|
||||
"label": ""
|
||||
},
|
||||
"speakers": {
|
||||
"heading": "",
|
||||
"label": ""
|
||||
},
|
||||
"permissionsRequired": ""
|
||||
},
|
||||
"dialog": {
|
||||
"heading": ""
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user