this the bug I might have discovered in your code.
When you set the variable for user or room on the server (in java extension) in this way:
Code: Select all
room.setVariable("IsPrivate", RoomVariable.TYPE_BOOLEAN, "false", true, false, null, false) Code: Select all
room.getVariable("IsPrivate")I hope I am clear. Currenly we are using the workaround that for setting boolean variables we use "" instead of false. Let me know if you discover this as a bug and when can we expect the fix.
Thanks.