CreateRoomRequest Class Reference
| Inherits from | BaseRequest : NSObject | 
| Declared in | CreateRoomRequest.h CreateRoomRequest.m | 
Tasks
- 
	
		+ requestWithRoomSettings:autoJoin:roomToLeave:the new room settings, see RoomSettings for all the details 
- 
	
		+ requestWithRoomSettings:Creates a new room in the current zone without joining it. 
Class Methods
requestWithRoomSettings:
Creates a new room in the current zone without joining it.
+ (id)requestWithRoomSettings:(RoomSettings *)settingsParameters
- settings
- the new room settings, see RoomSettings for all the details 
Discussion
Creates a new room in the current zone without joining it.
See Also
Declared In
CreateRoomRequest.hrequestWithRoomSettings:autoJoin:roomToLeave:
the new room settings, see RoomSettings for all the details
+ (id)requestWithRoomSettings:(RoomSettings *)settings autoJoin:(BOOL)autoJoin roomToLeave:(id<Room>)roomToLeaveParameters
- settings
- the new room settings, see RoomSettings for all the details 
- autoJoin
- if true the Room will be joined as soon as it is created 
- roomToLeave
- indicates which Room should be left once the join has succeeded 
See Also
Declared In
CreateRoomRequest.h