Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
fixup! Hide meetLowLevel client side and put roomName outside user pr…
Browse files Browse the repository at this point in the history
…ofile
  • Loading branch information
alimtunc committed Jul 5, 2023
1 parent 44d665b commit a2beb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/meet/client/meet-low-level.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const onUsersComeCloser = (e, template) => {
} else {
meetLowLevel.roomName = roomName
Meteor.call('updateUserRoomName', roomName)
meetLowLevel.connect(roomName)
meetLowLevel.connect()
}
})
}
Expand Down

0 comments on commit a2beb61

Please sign in to comment.