> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PlayFabMultiplayerManager.RemotePlayers

> Reference for PlayFabMultiplayerManager.RemotePlayers in the Party Unity SDK, returning the collection of remote players currently in the Party network.

# RemotePlayers

Gets the collection of remote players currently joined to the network.

```csharp theme={null}
public IList<PlayFabPlayer> PlayFabMultiplayerManager.RemotePlayers { get; }
```

## Property Value

RemotePlayers

[IList\<T>](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.ilist-1?view=netcore-3.1\&preserve-view=true)


## Related topics

- [Class PlayFabMultiplayerManager](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/index.md)
- [PlayFabMultiplayerManager.Get().SendChatMessage](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/methods/partyunitysendchatmessage.md)
- [PlayFabMultiplayerManager.Get().SendDataMessage](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/methods/playfabunitysenddatamessage.md)
- [PlayFabMultiplayerManager.Get().ResetParty](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/methods/playfabunityresetparty.md)
- [PlayFabMultiplayerManager.LocalPlayer](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/properties/playfabunitylocalplayer.md)
