Click or drag to resize

MatchRoomSetIsJoinable Method

Sets the flag determining if it's allowed to join the room.

Namespace:  SoftGear.Strix.Client.Match.Room.Model
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
public void SetIsJoinable(
	bool isJoinable
)

Parameters

isJoinable
Type: SystemBoolean
The flag determining if it's allowed to join the room.
See Also