|
|
|
|
109
|
|
109
|
|
110
|
// At this point we should have the new session ID
|
110
|
// At this point we should have the new session ID
|
111
|
// stored in the settings. Send a new conference IQ.
|
111
|
// stored in the settings. Send a new conference IQ.
|
112
|
- this.room.xmpp.moderator.sendConferenceRequest().finally(resolve);
|
|
|
|
|
112
|
+ room.xmpp.moderator.sendConferenceRequest(room.roomjid).finally(resolve);
|
113
|
})
|
113
|
})
|
114
|
.catch(({ error, message }) => {
|
114
|
.catch(({ error, message }) => {
|
115
|
xmpp.disconnect();
|
115
|
xmpp.disconnect();
|