StrixUnitySDK API Reference
StrixUnitySDK API Reference
SoftGear.Strix Namespaces
SoftGear.Strix.Unity Namespaces
SoftGear.Strix.Unity.Runtime
RoomJoinArgs Class
RoomJoinArgs Properties
authUrl Property
host Property
memberProperties Property
password Property
port Property
protocol Property
roomId Property
RoomJoinArgs
roomId 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#
Copy
public
long
roomId
{
get
;
set
; }
Property Value
Type:
Int64
See Also
Reference
RoomJoinArgs Class
SoftGear.Strix.Unity.Runtime Namespace