Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The maximum number of members allowed in the new lobby.
public uint MaxMemberCount { get; set; }
Remarks
This value must be at least PlayFabMultiplayer.LobbyMaxMemberCountLowerLimit and no more than PlayFabMultiplayer.LobbyMaxMemberCountUpperLimit.
If a client would violate this limit by calling JoinLobby or AddMember, the operation will fail asynchronously.
See Also
- class LobbyCreateConfiguration
- namespace PlayFab.Multiplayer