# Meeting Control

All of the commands found in this section are related to the Captivate integrations with Microsoft Teams and Zoom. Here, you can join meetings, get the status of a current meeting, or leave a meeting.

{% openapi src="/files/QtCUCNFgpSmrzNpGPNiZ" path="/api/command/joinMeeting" method="get" %}
[api-spec.yaml](https://2284285836-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXkMvk0MrY3BcyplZ0pf7%2Fuploads%2Fgit-blob-145f693d93b2e9832afde71a642305186b556f75%2Fapi-spec.yaml?alt=media)
{% endopenapi %}

{% openapi src="/files/QtCUCNFgpSmrzNpGPNiZ" path="/api/command/leaveMeeting" method="get" %}
[api-spec.yaml](https://2284285836-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXkMvk0MrY3BcyplZ0pf7%2Fuploads%2Fgit-blob-145f693d93b2e9832afde71a642305186b556f75%2Fapi-spec.yaml?alt=media)
{% endopenapi %}

{% openapi src="/files/QtCUCNFgpSmrzNpGPNiZ" path="/api/command/meetingStatus" method="get" %}
[api-spec.yaml](https://2284285836-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXkMvk0MrY3BcyplZ0pf7%2Fuploads%2Fgit-blob-145f693d93b2e9832afde71a642305186b556f75%2Fapi-spec.yaml?alt=media)
{% endopenapi %}


---

# 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://developers.newbluefx.com/captivate-api/all-commands-reference/meeting-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.
