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

# isMicrophoneMuted

A Boolean value that determines whether the user’s microphone is muted.

## Declaration

```swift
var isMicrophoneMuted: Bool { get set }
```

## Discussion

Discussion true if the user’s microphone is turned off; false if the user’s speech is being transmitted to remote participants. The default is false.

## See Also

### Adjusting Audio Properties

- [remoteParticipantVolume](gamekit/gkvoicechatservice/remoteparticipantvolume.md)
