Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
The access policy for the lobby
public enum LobbyAccessPolicy : uint
Values
| name | value | description |
|---|---|---|
| Public | 0 |
The lobby is both visible in queries and any player may join, including invited players. |
| Friends | 1 |
The lobby and its connection string are queryable by friends of members in this lobby. |
| Private | 2 |
The lobby is not visible in queries, and a player must receive an invite to join. |
See Also
- namespace PlayFab.Multiplayer