> For the complete documentation index, see [llms.txt](https://guides.accentvoice.com/accent-meetings-user-guide-ios-android/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.accentvoice.com/accent-meetings-user-guide-ios-android/video-meetings/in-meeting-more-actions-menu.md).

# In-Meeting More Actions Menu

The in-meeting More Actions menu provides a variety of options and additional actions from which a participant and host may choose.  These options are designed to give users access to advanced features, access additional meeting information, or make changes to personal settings.

## More Actions Menu

Pictured below, the More Actions menu provides access to advanced meeting features including:

* **Participants Menu:** The features of the [Participants Menu](#undefined) are detailed below in a dedicated section of this guide.
* **Enable low bandwidth mode:** Disables inbound and outbound video streams to/from your device to conserve bandwidth.
* **Security Options:** Allows a meeting moderator to enable Lobby Mode and set a meeting password.
* **Share Video**: Used to share a YouTube video or publicly available video to the group.  This option will play the video to the meeting participants.&#x20;
* **Speaker Stats**: Displays the amount of time each participant has spoken during the meeting.
* **Enter Tile View**: Displays the meeting participants video in a [tiled view](/accent-meetings-user-guide-ios-android/video-meetings/in-meeting-controls-and-options.md#video-layout).&#x20;

![](/files/fxgzJ5BEm1JO9Y6QmV4k)

### Participants Menu

Clicking the Participants menu option from the More Actions menu will provide additional participant-based features. These features along with a sample picture of the menu are detailed below.

* **Invite Someone**: Provides the ability to invite people to the meeting via calling a 10-digit phone number or sharing the meeting invitation details via text, email, or other app.
* **Meeting Participants List**: Shows a list of all current meeting attendees.  Click on an individual attendees name will provide [additional options](#undefined) detailed below.
* **Mute All**: Mutes all current meeting attendees, available for users with moderator status only.
* **More Options (Available to moderators only)**: Provides additional options to
  * Stop all meeting participants from transmitting video
  * Allow attendees to unmute themselves and start their own video

![](/files/Dffr0WBFXtSk6Wcubwd9)

### Additional Attendee Options

Clicking on a participant's name provides additional interaction features available between you and the participant.  Please note many of the features listed below are only available to meeting moderators.

* **Ask to unmute**: Sends a notification to the participant asking to unmute their microphone.
* **Mute/Muted**: Provides the ability to mute the participant or shows if the participant is currently muted.
* **Mute everyone else**: Will mute all other meeting participants except this participant, allowing them to be the only speaker.
* **Disable camera/Camera disabled**: Disables the participants video feed to the other meeting participants.
* **Kick out**: WIll remove the participant from the meeting immediately.
* **Grant Moderator Rights**: Promotes the participant to moderator status for the duration of the meeting or until rights are removed.
* **Show on stage**: Will promote the participants video as the featured video to all meeting participants.
* **Send private message**: Initiates a private chat between you and the participant.&#x20;
* **Connection info**: Provides connection quality information specific to that participant.

![](/files/z6xOUYpOKpqed4zvF5qB)


---

# 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://guides.accentvoice.com/accent-meetings-user-guide-ios-android/video-meetings/in-meeting-more-actions-menu.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.
