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

# outputMeterLevel

The volume, in decibels (db), being received from all other participants.

## Declaration

```swift
var outputMeterLevel: Float { get }
```

## Discussion

Discussion The value of this property is undefined if isOutputMeteringEnabled is set to false. The volume level is the aggregate volume of all remote participants, modified by the remoteParticipantVolume property.

## See Also

### Monitoring the Audio Level

- [isInputMeteringEnabled](gamekit/gkvoicechatservice/isinputmeteringenabled.md)
- [inputMeterLevel](gamekit/gkvoicechatservice/inputmeterlevel.md)
- [isOutputMeteringEnabled](gamekit/gkvoicechatservice/isoutputmeteringenabled.md)
