From bc492278ebd67554798baaaab2f682b52f28c418 Mon Sep 17 00:00:00 2001 From: Toni Beier <rolingdx@yahoo.de> Date: Wed, 31 Mar 2021 23:44:34 +0200 Subject: [PATCH] Floor volume control, handle if meeting id changed --- .../imports/ui/components/actions-bar/component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx b/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx index 8d2fdd5283..eb4f0cfedc 100755 --- a/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx @@ -104,7 +104,7 @@ class ActionsBar extends PureComponent { { meetingId: Auth.meetingID }, { fields: { 'languages': 1 } }); - if (meeting.languages) { + if (meeting?.languages) { let transaudio = document.getElementById("translation-media") -- GitLab