---
title: GKPeerConnectionState.stateConnecting
framework: gamekit
role: symbol
role_heading: Case
path: gamekit/gkpeerconnectionstate/stateconnecting
---

# GKPeerConnectionState.stateConnecting

A peer attempting to connect to the session.

## Declaration

```swift
case stateConnecting
```

## See Also

### Constants

- [GKPeerConnectionState.stateAvailable](gamekit/gkpeerconnectionstate/stateavailable.md)
- [GKPeerConnectionState.stateUnavailable](gamekit/gkpeerconnectionstate/stateunavailable.md)
- [GKPeerConnectionState.stateConnected](gamekit/gkpeerconnectionstate/stateconnected.md)
- [GKPeerConnectionState.stateDisconnected](gamekit/gkpeerconnectionstate/statedisconnected.md)
