RoomMenuJoinRoom Method

Join room by name.

Definition

Namespace: Alteruna.Prefabs
Assembly: Alteruna.Doc (in Alteruna.Doc.dll) Version: 1.0.0
C#
public bool JoinRoom(
	string roomName,
	ushort password = 0
)

Parameters

roomName  String
Name of room.
password  UInt16  (Optional)
Pin-code or 0 if there is no pin-code.

Return Value

Boolean
True when room found with name.

See Also