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