Edit

Share via


Lobby.GetMembers method

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