Click or drag to resize
Local Multiplayer for iOS/tvOS/macOS
AppleLocalMultiplayerISessionGetConnectedPeers Method
Gets the array of peers that are connected to the session.

Namespace:  LostPolygon.Apple.LocalMultiplayer
Syntax
C#
PeerId[] GetConnectedPeers()

Return Value

Type: PeerId
Array of peers that are connected to the session.
See Also