<!--
{
  "availability" : [
    "iOS: 4.1.0 - 18.0.0",
    "iPadOS: 4.1.0 - 18.0.0",
    "macCatalyst: 13.1.0 - 18.0.0",
    "macOS: 10.8.0 - 15.0.0",
    "tvOS: 9.0.0 - 18.0.0",
    "visionOS: 1.0.0 - 2.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKVoiceChat/PlayerState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:@E@GKVoiceChatPlayerState"
  },
  "title" : "GKVoiceChat.PlayerState"
}
-->

# GKVoiceChat.PlayerState

The state of a player in a voice chat.

```
enum PlayerState
```

## Topics

### States

[`GKVoiceChatPlayerConnected`](/documentation/GameKit/GKVoiceChat/PlayerState/connected)

The state when the player connects to the channel.

[`GKVoiceChatPlayerDisconnected`](/documentation/GameKit/GKVoiceChat/PlayerState/disconnected)

The state when the player left the channel.

[`GKVoiceChatPlayerSpeaking`](/documentation/GameKit/GKVoiceChat/PlayerState/speaking)

The state when the player speaks.

[`GKVoiceChatPlayerSilent`](/documentation/GameKit/GKVoiceChat/PlayerState/silent)

The state when the player isn’t speaking.

[`GKVoiceChatPlayerConnecting`](/documentation/GameKit/GKVoiceChat/PlayerState/connecting)

The state when the player is connecting to the channel, but isn’t connected yet.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)