# Conference Room Recordings

When you enter a MeetBit Conference Room, you will be prompted with a consent dialog, requesting permission to record the online video call. This is a deliberate feature aimed at streamlining the recording process, as Conference Rooms are designed to automatically start recording when any attendee joins the room.

Once the meeting concludes and the owner closes the Conference Room, the recording will begin processing in the background. Following its completion, you will receive an email, informing you that the recording is ready for viewing.&#x20;

{% hint style="info" %}
Conference Room Recordings expire after 30 days.
{% endhint %}

## Viewing Conference Room Recordings

<figure><img src="/files/MLpywgHyhUrTQZxjt06k" alt=""><figcaption><p>View Conference Room Recording Page</p></figcaption></figure>

{% hint style="warning" %}
You must have permission to view the Conference Room or be one of the attendees of the specific Conference Room to perform the steps below.&#x20;
{% endhint %}

1. On the Conference Rooms Page, click the "View" icon in the row of your chosen Conference Room.&#x20;

<figure><img src="/files/wV8a7Fv9GzLRdDOxXLkI" alt=""><figcaption><p>View Conference Room Icon on the Conference Rooms Page</p></figcaption></figure>

2. Once you are on the Conference Room's own page, click "Recordings" in the upper-left corner.
3. Click the recording file to view the Conference Room Recording.&#x20;

{% hint style="danger" %}
Unexpected errors that cause interruptions or restarts of Conference Room Recordings may result in multiple recordings for a single conference.&#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://meetbit.gitbook.io/docs/rooms/conference-rooms/conference-room-recordings.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.
