refactor: simplifier UI server audio users — entrée vide = écoute seule

Supprime la checkbox "Publier audio" et la colonne Mode.
Le comportement est déduit de l'entrée : aucune entrée = écoute seule.
Option "Aucune entrée" ajoutée au select canal d'entrée (comme pour sortie).
publish dérivé de inputChannel !== null dans AudioBridgeManager.
This commit is contained in:
2026-07-03 17:21:48 +02:00
parent b0f7d294d8
commit 0cbad12e49
4 changed files with 24 additions and 58 deletions
-18
View File
@@ -1044,24 +1044,6 @@ body {
font-family: inherit;
}
.ch-badge-active {
background: rgba(76, 175, 80, 0.12);
border-color: rgba(76, 175, 80, 0.3);
color: #4caf50;
font-family: inherit;
}
.ch-badge-listen {
background: rgba(255, 152, 0, 0.12);
border-color: rgba(255, 152, 0, 0.3);
color: #ff9800;
font-family: inherit;
}
.ch-badge-muted {
color: var(--text-secondary);
opacity: 0.5;
}
.form-group-check {
display: flex;