diff --git a/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx b/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx
index 5cc8569f021c02852f609ca9fb8e3c7b037b058a..30719a87caccbae8fae8e67a6dc7718f5d061fad 100755
--- a/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx
+++ b/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx
@@ -91,7 +91,7 @@ class ActionsBar extends PureComponent {
             mainaudio.volume = ORIGIN_TRANSLATION_VOLUME;
             transaudio.volume = 1
           } else {
-            mainaudio.volume = 0.8
+            mainaudio.volume = 1.0
           }
         }
       }, 500);
diff --git a/bigbluebutton-html5/private/config/settings.yml b/bigbluebutton-html5/private/config/settings.yml
index 2e31f9ca4739b8fc591ef6f3f0c943c5e1eb4137..1ea15313d28a40f1d951e8d12531a0da80dded88 100755
--- a/bigbluebutton-html5/private/config/settings.yml
+++ b/bigbluebutton-html5/private/config/settings.yml
@@ -305,7 +305,7 @@ public:
     #Trace sip/audio messages in browser. If not set, default value is false.
     traceSip: false
     translation:
-      origineVolume: 0.8
+      origineVolume: 0.2
       translator:
         speakDetection:
           enabled: true