Initialise the invite dialog on user action
This commit is contained in:
parent
6148b4b229
commit
338e1bac00
|
@ -15,7 +15,6 @@ class Invite {
|
||||||
constructor(conference) {
|
constructor(conference) {
|
||||||
this.conference = conference;
|
this.conference = conference;
|
||||||
this.createRoomLocker(conference);
|
this.createRoomLocker(conference);
|
||||||
this.initDialog();
|
|
||||||
this.registerListeners();
|
this.registerListeners();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue