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

# isOutputMeteringEnabled

A Boolean value that indicates whether the voice level of remote participants is monitored.

## Declaration

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

## Discussion

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

## See Also

### Monitoring the Audio Level

- [isInputMeteringEnabled](gamekit/gkvoicechatservice/isinputmeteringenabled.md)
- [inputMeterLevel](gamekit/gkvoicechatservice/inputmeterlevel.md)
- [outputMeterLevel](gamekit/gkvoicechatservice/outputmeterlevel.md)
