RoomCreatedEventInviteCode Field

The invite code that other players can use to join the newly created room.

Definition

Namespace: Alteruna.Multiplayer.EventArgument
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
C#
public readonly string InviteCode

Field Value

String

Remarks

Only valid when Success is . Pass this code to JoinRoom(Room) on another client to connect them directly.

See Also