Class SetRoomVariablesRequest

java.lang.Object
sfs3.client.requests.BaseRequest
sfs3.client.requests.SetRoomVariablesRequest
All Implemented Interfaces:
sfs3.client.requests.IClientRequest

public class SetRoomVariablesRequest extends BaseRequest
Sets one or more custom Room Variables in a Room.

When a Room Variable is set, the roomVariablesUpdate event is dispatched to all the users in the target Room, including the user who updated it. Also, if the Room Variable is global (see the SFSRoomVariable class description), the event is dispatched to all users who subscribed the Group to which the target Room is associated.

See Also: