ServiceJoinRoom(Room) Method

Joins the specified room within the current multiplayer session.

Definition

Namespace: Alteruna.Multiplayer.Core
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.1+a1176e08a0b4a6bfd8fefeddde6163a16d29e5ab
C#
public void JoinRoom(
	Room room
)

Parameters

room  Room
The room to be joined. It contains configuration details and state information about the session.

Exceptions

ArgumentNullException Thrown when the provided room object is null.
AlterunaServiceNotStartedException Thrown if the Alteruna service has not properly been initialized and started.

See Also