Click or drag to resize

RoomPropertiesisJoinable Property

Determines if new players are allowed to join the room; by default.
You can make the room unjoinable when creating it or change the joinability later using SetRoom if you are the room's owner.

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

Property Value

Type: Boolean
See Also