Fixes setting remote room lock state change.

This commit is contained in:
damencho 2016-09-23 11:34:21 -05:00
parent f9a5b62326
commit 975b13f868
1 changed files with 1 additions and 1 deletions

View File

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