diff --git a/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx b/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx index 8d2fdd5283c0fd119263933b86e4d22921aa63c2..eb4f0cfedce23291d4b2dd0682fe97eedbbe9e3f 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")