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 public bool isJoinable { get; set; }
Property Value
Type:
BooleanSee Also