Allow the inbound audio to unmute when the microphone is unmuted.
This commit is contained in:
@@ -182,6 +182,8 @@
|
||||
"media_action_conditions": {
|
||||
"all": "All opportunities",
|
||||
"hidden": "On browser/tab hiding",
|
||||
"microphone_mute": "On microphone mute",
|
||||
"microphone_unmute": "On microphone unmute",
|
||||
"never": "Never",
|
||||
"selected": "On selection",
|
||||
"unselected": "On unselection",
|
||||
@@ -267,7 +269,8 @@
|
||||
"always_connected": "Always keep the microphone connected",
|
||||
"disconnect_seconds": "Seconds after which to disconnect microphone (0=never)",
|
||||
"editor_label": "Microphone",
|
||||
"enabled": "Microphone enabled"
|
||||
"enabled": "Microphone enabled",
|
||||
"mute_after_microphone_mute_seconds": "Seconds after microphone mute to mute inbound audio"
|
||||
},
|
||||
"preload": "Preload live view in the background",
|
||||
"show_image_during_load": "Show still image while the live stream is loading",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"media_action_conditions": {
|
||||
"all": "Tutte le opportunità",
|
||||
"hidden": "Sul browser/nascondere le schede",
|
||||
"microphone_mute": "",
|
||||
"microphone_unmute": "",
|
||||
"never": "Mai",
|
||||
"selected": "Sulla selezione",
|
||||
"unselected": "Sulla non selezione",
|
||||
@@ -267,7 +269,8 @@
|
||||
"always_connected": "",
|
||||
"disconnect_seconds": "",
|
||||
"editor_label": "",
|
||||
"enabled": ""
|
||||
"enabled": "",
|
||||
"mute_after_microphone_mute_seconds": ""
|
||||
},
|
||||
"preload": "Precarica Live View in background",
|
||||
"show_image_during_load": "Mostra un'immagine fissa durante il caricamento del live streaming",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"media_action_conditions": {
|
||||
"all": "Todas as oportunidades",
|
||||
"hidden": "Ao ocultar o navegador/aba",
|
||||
"microphone_mute": "",
|
||||
"microphone_unmute": "",
|
||||
"never": "Nunca",
|
||||
"selected": "Ao selecionar",
|
||||
"unselected": "Ao desselecionar",
|
||||
@@ -267,7 +269,8 @@
|
||||
"always_connected": "",
|
||||
"disconnect_seconds": "",
|
||||
"editor_label": "",
|
||||
"enabled": ""
|
||||
"enabled": "",
|
||||
"mute_after_microphone_mute_seconds": ""
|
||||
},
|
||||
"preload": "Pré-carregar a visualização ao vivo em segundo plano",
|
||||
"show_image_during_load": "Mostrar imagem estática enquanto a transmissão ao vivo está carregando",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"media_action_conditions": {
|
||||
"all": "Todas as oportunidades",
|
||||
"hidden": "Ao ocultar o navegador/aba",
|
||||
"microphone_mute": "",
|
||||
"microphone_unmute": "",
|
||||
"never": "Nunca",
|
||||
"selected": "Ao selecionar",
|
||||
"unselected": "Ao desselecionar",
|
||||
@@ -260,7 +262,8 @@
|
||||
"always_connected": "",
|
||||
"disconnect_seconds": "",
|
||||
"editor_label": "",
|
||||
"enabled": ""
|
||||
"enabled": "",
|
||||
"mute_after_microphone_mute_seconds": ""
|
||||
},
|
||||
"preload": "Pré-carregar a visualização ao vivo em segundo plano",
|
||||
"show_image_during_load": "Mostar imagem durante o carregamento",
|
||||
|
||||
Reference in New Issue
Block a user