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

# remoteParticipantVolume

A float that scales the volume of all remote participants.

## Declaration

```swift
var remoteParticipantVolume: Float { get set }
```

## Discussion

Discussion The value should be between 0.0 (muted) and 1.0 (full volume). The default is 1.0.

## See Also

### Adjusting Audio Properties

- [isMicrophoneMuted](gamekit/gkvoicechatservice/ismicrophonemuted.md)
