Class CreateRoomRequest

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

public class CreateRoomRequest extends BaseRequest
Creates a new Room in the current Zone.

If the creation is successful, a roomAdd event is dispatched to all the users who subscribed the Group to which the Room is associated, including the Room creator. Otherwise, a roomCreationError event is returned to the creator's client.

See Also: