StrixNetworkCreateRoom Method |
Name | Description | |
---|---|---|
CreateRoom(IDictionaryString, Object, IDictionaryString, Object, RoomCreateEventHandler, FailureEventHandler, RequestConfig) |
Creates a new room with the given properties and immediately joins it.
| |
CreateRoom(IDictionaryString, Object, String, RoomCreateEventHandler, FailureEventHandler, RequestConfig) |
Creates a new room with the given properties and immediately joins the room as the owner with the given player name.
| |
CreateRoom(RoomProperties, RoomMemberProperties, RoomCreateEventHandler, FailureEventHandler, RequestConfig) |
Creates a new room with the given properties and immediately joins the room as the owner with the given member properties.
|