# Using the Intercom

## The Intercom Button

<figure><img src="/files/7gjLV3y2sxr6Lkk7DY8q" alt="" width="365"><figcaption><p>An example intercom button</p></figcaption></figure>

The intercom button is comprised of several sections and is designed to be as compact as possible whilst providing the most information. Let's start with the most needed information...

### Listening / Listen Active

The left edge of each Intercom button is the listen indicator. When it is green, you are listening to any audio passing through that channel. If it is nonot green then the channel is muted and you will hear no audio from the channel. To enable or disable listening, you can simply click the volume icon in the bottom left corner of the intercom button you wish to alter the listen status of. This then toggles the listen functionality.&#x20;

If you click the listen icon and the left edge of the button does not turn green, you may not have the permissions needed to listen to the channel you are trying to activate listening on.

#### Changing the Volume

Changing the volume is done on a per channel basis. There are two ways to change the volume, one is to click and drag the speaker icon in the bottom left corner of each channel. Dragging the icon downwards decreases the volume of the channel accordingly, conversely dragging upwards increases the volume of the channel accordingly.

### Talking / Talk Active

The right edge of each intercom button is the talk indicator. When it is red you are talking into the channel and sending your microphone audio to those who have access to the channel and are listening.

<figure><img src="/files/6tKH7brqvBdI59Q8v6yv" alt="" width="364"><figcaption><p>An example intercom button with talk active</p></figcaption></figure>

#### Smart Latch Activation

Smart latch is a feature implemented by most intercom systems which allows both a toggle and a push to talk mechanism to work alongside each other.

By clicking anywhere on the button you will toggle the talk activation. By pressing and holding down your cursor on the button, you temporarily set the button into push to talk mode, and when you release it the talk activation will also release.

### Channel Activity

<figure><img src="/files/cY32Meep6ZDMNRRIfIm9" alt="" width="368"><figcaption><p>An example intercom button with channel activity</p></figcaption></figure>

When another intercom user speaks into a channel that you have access to, the top side of the relevant channel will light up in amber to indicate that someone is talking into that channel. This is very useful as it allows you to see which channels people are talking in.

### Channel Users

The number in the bottom right of every intercom button tells you how many users have access to that channel. Hovering your cursor over the icon reveals exactly who those users are and what permissions they have.&#x20;

<figure><img src="/files/Fi1RY1qwNTFVctBuUBed" alt="" width="375"><figcaption><p>An example intercom button with users</p></figcaption></figure>

In the above image you can see that Channel 1 has three users, a Duplex user which has a headset icon, a Listen only user with a headphones icon, and finally a Talk only user with a microphone on. There is also a user connected that does not have access to this channel, therefore they are not shown in the list.

Any user that has the intercom button latched on will be shown in red like so:

<figure><img src="/files/Bgz8E50u4N9oBFfTg5se" alt="" width="375"><figcaption><p>An example intercom button with another user actively talking</p></figcaption></figure>


---

# 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://web-comms.gitbook.io/web-comms/using-the-intercom.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.
