Merge pull request #1020 from jitsi/invite-dialog-fix
Initialise the invite dialog on user action
This commit is contained in:
@@ -15,7 +15,6 @@ class Invite {
|
||||
constructor(conference) {
|
||||
this.conference = conference;
|
||||
this.createRoomLocker(conference);
|
||||
this.initDialog();
|
||||
this.registerListeners();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user