> For the complete documentation index, see [llms.txt](https://help.sipgate.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/die-sipgate-app/wie-erlaube-ich-den-mikrofonzugriff-fuer-die-sipgate-app-im-browser.md).

# How do I allow microphone access for the sipgate app in the browser?

#### Why does the sipgate app in the browser need access to your microphone?

The sipgate app in the browser needs access to your microphone in order to start or accept a call. You will **the first time you open the app** be asked whether you allow access to your microphone. If you accidentally denied access or reset the permissions, you will find instructions here for the most commonly used browsers on how to allow access again afterwards.

{% tabs %}
{% tab title="Google Chrome" %}

1. Open the **sipgate app in the browser** in Chrome and sign in
2. Click on the **settings icon** (or padlock icon) to the left in the browser's address bar
3. In the section **Microphone** turn on the toggle switch on the right-hand side\
   \
   ![HC-Image-sipgate-app-web-mic-permissions-de-chrome-min.png](/files/404eeea28055f41297db6e5aab74521e9d9edfd2)
4. Reload the page if necessary
   {% endtab %}

{% tab title="Mozilla Firefox" %}

1. Open the sipgate app in the browser in Mozilla Firefox and sign in
2. Click on the **settings icon** to the left of the address bar
3. Click on **Temporarily blocked**\
   \
   ![HC-Image-sipgate-app-web-mic-permissions-de-firefox-1-min.png](/files/bf568c62c7bd112063fff782bf550632a1c5f2ab)\\
4. Reload the page
5. After reloading, a banner appears at the top right in the app - click **Allow**\
   \
   ![HC-Image-sipgate-app-web-mic-permissions-de-firefox-2-min.png](/files/fe7ed371f390baba13e29f84518be9f5f6b4c11a)\\
6. Select in the dialog that appears **Allow** do so\
   \
   ![HC-Image-sipgate-app-web-mic-permissions-de-firefox-3-min.png](/files/f17b6e45060e2218b079f6453adf944f0f8d85b7)\
   \
   **Note**: Enable the option **Remember for all microphones**, so that the setting applies to all connected microphones.\\
7. Reload the page if necessary

{% hint style="warning" %}
**Mozilla Firefox ESR**\
\- Microphone sharing is currently not possible (version 128.0)
{% endhint %}
{% endtab %}

{% tab title="Apple Safari" %}

1. Open the sipgate app in the browser in Safari and sign in
2. Click the website icon to the left of the address bar
3. Select "Website Settings …"\
   \
   ![HC-Image-sipgate-app-web-mic-permissions-de-safari-1-min.png](/files/c76dae3c30503528238ddfc2280288417ceae2a9)\\
4. In the dialog that opens, change the setting next to **Microphone** from **Deny or Ask** to **Allow**\
   \
   ![HC-Image-sipgate-app-web-mic-permissions-de-safari-2-min.png](/files/8fe8c23b5fba60629b10121b7598be1d6e40961f)\\
5. Reload the page if necessary
   {% endtab %}

{% tab title="Microsoft Edge" %}

1. Open the sipgate app in the browser in Edge and sign in
2. Click the lock icon to the left of the address bar
3. Click in the section **Permissions for this website** on the setting next to **Microphone** (currently set to "Block")
4. Set the setting for **Microphone** to "**Allow**"\
   \
   ![HC-Image-sipgate-app-web-mic-permissions-de-edge-min.png](/files/07ba4d2f52592fe0731343c199b7c64f49712b85)\\
5. Reload if necessary
   {% endtab %}
   {% endtabs %}

#### Problems and solutions

If you still experience problems with voice transmission after changing the settings:

1. **Check whether your microphone works**: Try testing your microphone in another application.
2. **Check the system settings (for your browser)**: Sometimes access also has to be allowed for the browser in your computer's system settings.
3. **Restart browser**: Fully restart your browser and try again.
4. **Select the correct audio device**: If multiple microphones are connected, make sure the correct one is selected. [Here we show you how to configure your audio devices in the sipgate app.](https://help.sipgate.de/hc/de/articles/12348980834973-Welche-Audioeinstellungen-kann-ich-in-der-sipgate-App-anpassen)


---

# 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://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/die-sipgate-app/wie-erlaube-ich-den-mikrofonzugriff-fuer-die-sipgate-app-im-browser.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.
