Click or drag to resize

RoomPropertiescapacity Property

Maximum number of room members. This value gets clamped to [minRoomCapacity, maxRoomCapacity] range as configured on the server. If not specified, 4 is used by default.
You can set the capacity when creating a match room or change it 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 int capacity { get; set; }

Property Value

Type: Int32
See Also