> For the complete documentation index, see [llms.txt](https://help.orbitmultiverse.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orbitmultiverse.xyz/communication/public-voice-chat/public-voice-chat-settings.md).

# Public Voice Chat Settings

### **Access the Public Voice Settings**

1. **Open the Menu:** Select the menu button, represented by three horizontal lines (☰), located in the top right corner of the interface. This will open the main menu.
2. **Select the User List:** From the menu, choose the user list option, indicated by the ‘double profile’ icon. This will display a list of all users currently in your session.

### **Mute a Specific User**

1. **Find the User:** In the user list, locate the user you want to mute. Each user will have a microphone icon to the right of their name.
2. **Mute the User:** Click on the green microphone icon next to the user’s name. The icon will turn red, indicating that their audio is muted for you. This means you will no longer hear this user, but their audio will still be heard by others in the session.

### **Unmute a User**

1. **Find the Muted User:** In the user list, locate the user you previously muted. Their microphone icon will be red.
2. **Unmute the User:** Click the red microphone icon next to the user’s name. The icon will turn green again, indicating that their audio is now unmuted and you can hear them once more.

### **Reload User Audio**

* If you cannot hear the user, click the blue "audio reload" button to reset the user’s audio. This can help resolve any issues with audio not coming through.

### **Mute All Public Members**

* To mute all public members, access the settings menu and toggle the “mute public players” option. This will mute the microphones of all public players in the virtual space.&#x20;
* Note: If you are in a [Party Chat](/communication/party-chat.md) you will still hear the members, to mute Party Members you can follow this guide [Party Chat Settings](/communication/party-chat/party-chat-settings.md#mute-all-party-chat-members)

### **Adjust Public Voice Chat Volume**

* **Volume Control:** Adjust the overall volume of public voice chat by using the volume slider at the bottom of the user list. This allows you to control how loud or quiet the public voice chat is in your environment.

### **Additional Tips**

* **Managing Multiple Users:** If you need to mute multiple users, repeat the process for each user individually.
* **Temporary Muting:** Use the mute function during times when you need to focus or reduce background noise, and unmute when you want to re-engage in conversation.
* **Respectful Muting:** Remember that muting a user only affects your experience. If a user is being disruptive to the entire group, consider discussing it with a moderator or using other moderation tools (coming soon).

## Benefits of the Public Voice Chat Settings

* **Enhanced Control:** Mute and unmute specific users to manage your audio environment.
* **Better Focus:** Mute all public members when you need to concentrate or reduce background noise.
* **Volume Adjustment:** Customize the volume of public voice chat to suit your preferences.
* **Issue Resolution:** Reset user audio to quickly resolve any issues with hearing other users.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.orbitmultiverse.xyz/communication/public-voice-chat/public-voice-chat-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
