Update bigbluebutton-html5/imports/startup/client/base.jsx
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
This commit is contained in:
parent
837b1cfb52
commit
d4620b024d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user