diff --git a/modules/UI/invite/Invite.js b/modules/UI/invite/Invite.js index acb6593c4..0d5ecdf11 100644 --- a/modules/UI/invite/Invite.js +++ b/modules/UI/invite/Invite.js @@ -15,7 +15,6 @@ class Invite { constructor(conference) { this.conference = conference; this.createRoomLocker(conference); - this.initDialog(); this.registerListeners(); }