diff --git a/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx b/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx index 79511493fdb78b3bccea3f7943c2d6353baa9896..70ee7ef078641fa32412b0ea2b1f67fa217d7e41 100755 --- a/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx @@ -19,8 +19,8 @@ import Auth from '/imports/ui/services/auth'; const TRANSLATION_SETTINGS = Meteor.settings.public.media.translation; const ORIGIN_TRANSLATION_VOLUME = TRANSLATION_SETTINGS.origineVolume; -const TRANSLATOR_SPEAKING_DELAY = TRANSLATION_SETTINGS.translator.delay; -const TRANSLATOR_SPEAKING_TIMEOUT = TRANSLATION_SETTINGS.translator.timeout; +const TRANSLATOR_SPEAKING_DELAY = TRANSLATION_SETTINGS.translator.speakDetection.delay; +const TRANSLATOR_SPEAKING_TIMEOUT = TRANSLATION_SETTINGS.translator.speakDetection.timeout; class ActionsBar extends PureComponent { constructor(props) {