# Media Control

<figure><img src="/files/QEMlFEZPtvN1WdHQGoUK" alt=""><figcaption><p>Practice and deliver presentations in an immersive setting, watch movies, premieres, and performances on stage.</p></figcaption></figure>

Leaders can present media including PDFs, images, videos, audio files, and 360 images and videos.

To open the Media window to see what media is available in your meeting,

1. Open the quick menu
2. Find the "Activities" button that looks like a game controller and expand it by clicking on the "Expand" arrow to the right of it.
3. Click on the "Media" button to open up the Media window

<figure><img src="/files/mmnor0a7Vx4rh6B68Fw7" alt=""><figcaption><p>Opening the media window from the quick menu</p></figcaption></figure>

There are two primary ways of showing media in your meeting.

## Spawning vs Presenting Media

{% columns %}
{% column %}

<figure><img src="/files/Dqakk613dY5MgqyV6zOV" alt=""><figcaption></figcaption></figure>

Spawning a piece of media creates a new object in the world that can be repositioned, scaled up or down, and deleted.

<figure><img src="/files/cdxB1Vd015RpD99ZtweB" alt=""><figcaption><p>Spawning in an image and changing its size</p></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/ypuMifdljWc7YeBKmvIR" alt=""><figcaption></figcaption></figure>

Presenting a piece of media typically puts it onto a dedicated screen in the environment, or in the case of 360 images and videos replaces the environment with the presented content.

Certain environments such as the Convention Stage, Classroom, Outdoor Theater, and several others have a dedicated area where a presenter can display images, PDFs, flat videos, and audio files.
{% endcolumn %}
{% endcolumns %}

## Ty**pes of Media**

* **Flat Images**
  * Images can be spawned into the environment or presented on a screen
  * Formats: .png, .jpg, .jpeg
  * Max file size: 20 MB
* **Flat Videos**
  * Videos can be spawned into the environment or presented on a screen
  * Formats: .mp4
  * Max frame rate: 60 FPS
  * Max resolution: 4096x2160 (4k) pixels
  * Max file size: 800 MB
* **Audio**
  * Audio files can be spawned into the environment or presented on a screen
  * Formats: .mp3, .wav
  * Max file size: 20 MB
* **PDFs**
  * PDFs can be spawned into the environment or presented on a screen
  * Formats: .pdf
  * Max file size: : 15 MB
* **3D Objects**
  * 3D Objects can be spawned into the environment, repositioned, scaled, and rotated
  * Formats: .glb
  * Max # of separate meshes: 150
  * Max # of vertices: 14500
  * Max file size: 20 MB
* **360 Images**
  * When presented, 360 images replace the environment
  * Formats: .png, .jpg, .jpeg
  * Max file size: 20 MB
* **360 Videos**
  * When presented, 360 images replace the environment
  * Formats: .mp4
  * Max frame rate: 60 FPS
  * Max resolution: 4096x2160 (4k) pixels
  * Max file size: 800 MB

{% hint style="info" %}
**Foretell Tip**:  Accepted Media types are MP4s, PDFs, JPGs, WAVs, MP3s&#x20;
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.foretellreality.com/moderator-features/media-control.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
