Update room property in AppWarpS2

0 votes
Hi

How can i update room property from server side in AppWarpS2.

I can only find getProperties method but i can not find and setter method or update method for room properties.

Thanks.
asked Apr 20, 2014 in AppWarpS2 by maulik.kaloliya (34 points)
recategorized Oct 26, 2014 by sushil

1 Answer

0 votes
The following function is there in IRoom and can be used for such modifications from the server-side.
 
    /**
     * Resets the properties and the locks held
     * @param properties the new properties of the room
     * @param locks the new locks assigned per user
     * @return 
     */
    public boolean resetPropertiesAndLockMaps(HashMap<String,Object> properties, HashMap<String, IUser> locks);
answered Apr 21, 2014 by dhruvc (1,099 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...