---
title: GKMatchType.peerToPeer
framework: gamekit
role: symbol
role_heading: Case
path: gamekit/gkmatchtype/peertopeer
---

# GKMatchType.peerToPeer

A peer-to-peer match hosted by Game Center.

## Declaration

```swift
case peerToPeer
```

## Mentioned in

Finding multiple players for a game

## Discussion

Discussion A GKMatch object represents a peer-to-peer match.

## See Also

### Types

- [GKMatchType.hosted](gamekit/gkmatchtype/hosted.md)
- [GKMatchType.turnBased](gamekit/gkmatchtype/turnbased.md)
