Skip to content
Snippets Groups Projects
Commit b3b5d33b authored by Toni Beier's avatar Toni Beier Committed by winie
Browse files

Fix wrong initilized translator speaking configurations

parent e86e22ad
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment