Click or drag to resize

RoomJoinArgsroomId Property

The ID of the match room on the room server. Usually, you can get it from roomId in StrixNetwork.SearchRoom results.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public long roomId { get; set; }

Property Value

Type: Int64
See Also