---
title: playerIDs
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkvoicechat/playerids
---

# playerIDs

An array of strings containing the player identifiers for the players connected to the channel.

## Declaration

```swift
var playerIDs: [String]? { get }
```

## See Also

### Deprecated Methods and Properties

- [playerStateUpdateHandler](gamekit/gkvoicechat/playerstateupdatehandler.md)
- [setMute(_:forPlayer:)](gamekit/gkvoicechat/setmute(_:forplayer:).md)
