# Web call does not work?

* **WebRTC -** In order to enable web calling, it is important to verify that your browser is compatible with WebRTC technology. Fortunately, most modern browsers such as Chrome, Edge, Safari, Firefox, and Opera support this technology. If you are unsure whether your browser is compatible, you can check its type and version by visiting the following link: <https://caniuse.com/?search=webrtc> This will allow you to compare your browser's details with the list of supported browsers and versions.
* **Browser microphone permissions** - To enable web calls, you must have a device equipped with a microphone and grant the necessary permissions. Laptops and smartphones come with a built-in microphone.
* ![](/files/ZffWYDJfzMn7jUF7FhP3)
* Chrome - <https://support.google.com/chrome/answer/2693767>
* Safari - <https://support.apple.com/en-gb/guide/safari/ibrwe2159f50/mac>
* Firefox - <https://support.mozilla.org/en-US/kb/how-manage-your-camera-and-microphone-permissions>
* Edge - <https://support.microsoft.com/en-us/windows/windows-camera-microphone-and-privacy-a83257bc-e990-d54a-d212-b5e41beba857>


---

# 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.livecaller.io/livecaller/faq/web-call-does-not-work.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.
