Explorar el Código

fix: Fixes missing roomjid when sending sendConferenceRequest.

release-8443
damencho hace 2 años
padre
commit
1b5830f1bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      authenticateAndUpgradeRole.js

+ 1
- 1
authenticateAndUpgradeRole.js Ver fichero

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();

Loading…
Cancelar
Guardar