Update bigbluebutton-html5/imports/startup/client/base.jsx

Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
This commit is contained in:
Mario Junior 2021-03-05 15:14:19 -03:00 committed by GitHub
parent 837b1cfb52
commit d4620b024d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,6 @@ class Base extends Component {
if (user.validated && user.name
&& user.userId !== localUserId
&& meetingId == user.meetingId
&& !this.usersAlreadyInMeetingAtBeggining.includes(user.userId)) {
if (userJoinAudioAlerts) {
AudioService.playAlertSound(`${Meteor.settings.public.app.cdn