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

# isInputMeteringEnabled

A Boolean value that indicates whether the microphone’s sound level is being monitored.

## Declaration

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

## Discussion

Discussion If true, your application can read the inputMeterLevel property to monitor the sound level of the microphone. If false, the value of the inputMeterLevel property is undefined. Default is false. When your application doesn’t need to monitor the microphone, it should set this property to false to improve performance.

## See Also

### Monitoring the Audio Level

- [inputMeterLevel](gamekit/gkvoicechatservice/inputmeterlevel.md)
- [isOutputMeteringEnabled](gamekit/gkvoicechatservice/isoutputmeteringenabled.md)
- [outputMeterLevel](gamekit/gkvoicechatservice/outputmeterlevel.md)
