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

# name

The name of the voice chat channel.

## Declaration

```swift
var name: String { get }
```

## Discussion

Discussion Use a unique name for each voice chat channel in your game.

## See Also

### Accessing Properties

- [players](gamekit/gkvoicechat/players.md)
