ServiceJoinRoom(Room) Method
Joins the specified room within the current multiplayer session.
Namespace: Alteruna.Multiplayer.CoreAssembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
public void JoinRoom(
Room room
)
Parameters
- room Room
- The room to be joined. It contains configuration details and state information about the session.
| ArgumentNullException | Thrown when the provided room object is null. |
| AlterunaServiceNotStartedException | Thrown if the Alteruna service has not properly been initialized and started. |