Click or drag to resize

ClusterRoomSettingsInvitationExpiryTime Property

In private games, defines the number of seconds that the users invited to join the game have to reply to the invitation.

Namespace:  Sfs2X.Requests.Cluster
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public int InvitationExpiryTime { get; set; }

Property Value

Type: Int32
Remarks
The suggested range is 30 to 60 seconds. Default value is 30.
See Also