Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of PlayFab entities currently joined to the lobby as members.
public IList<PFEntityKey> GetMembers()
Return Value
The list of PlayFab entities currently joined to the lobby as members.
Remarks
If this lobby object is still in the process of asynchronously being created or joined, via a call to either CreateAndJoinLobby
or JoinLobby
respectively, this method will return no members.
See Also
- class PFEntityKey
- class Lobby
- namespace PlayFab.Multiplayer