SFS2X Objective-C API
1.7.13
iOS / macOS / tvOS
|
#import <CreateRoomRequest.h>
Inherits BaseRequest.
Instance Methods | |
(id) | - initWithRoomSettings:autoJoin:roomToLeave: |
Class Methods | |
(id) | + requestWithRoomSettings:autoJoin:roomToLeave: |
(id) | + requestWithRoomSettings: |
Protected Attributes | |
RoomSettings * | _settings |
BOOL | _autoJoin |
id< Room > | _roomToLeave |
Creates a new Room in the current Zone
+ (id) requestWithRoomSettings: | (RoomSettings *) | settings |
Creates a new room in the current zone without joining it.
settings | the new room settings, see RoomSettings for all the details |
+ (id) requestWithRoomSettings: | (RoomSettings *) | settings | |
autoJoin: | (BOOL) | autoJoin | |
roomToLeave: | (id<Room>) | roomToLeave | |
settings | the new room settings |
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 |