---
title: client
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkvoicechatservice/client
---

# client

An object that the voice chat service uses to communicate with remote participants.

## Declaration

```swift
unowned(unsafe) var client: (any GKVoiceChatClient)! { get set }
```

## Discussion

Discussion The client’s chief responsibility is to provide a network connection that the voice chat service can use to connect to another participant.
