Explorar el Código

Fixes setting remote room lock state change.

j8
damencho hace 9 años
padre
commit
975b13f868
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      conference.js

+ 1
- 1
conference.js Ver fichero

@@ -1202,7 +1202,7 @@ export default {
1202 1202
             console.log("Received channel password lock change: ", state,
1203 1203
                 error);
1204 1204
             APP.UI.markRoomLocked(state);
1205
-            roomLocker.lockedElsewhere = true;
1205
+            roomLocker.lockedElsewhere = state;
1206 1206
         });
1207 1207
 
1208 1208
         room.on(ConferenceEvents.USER_STATUS_CHANGED, function (id, status) {

Loading…
Cancelar
Guardar