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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user