> For the complete documentation index, see [llms.txt](https://docs.videsk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videsk.io/compatibilidad.md).

# Compatibilidad

Si no cuentas con un dispositivo moderno podrás usar nuestros productos, pero no aseguramos su completa funcionalidad.

En las siguientes tablas podrás ver por navegador nuestra compatibilidad:

{% hint style="info" %}
La notación +80 equivale a compatibilidad con versión 80 y superior.
{% endhint %}

### Compatibilidad para computadoras

| Navegador                                     | Versión |
| --------------------------------------------- | ------- |
| **Google Chrome para Windows, MacOS y Linux** | +82     |
| **Safari MacOS**                              | +12     |
| **Firefox para Windows, MacOS y Linux**       | +82     |
| **Opera para Window, MacOS y Linux**          | +60     |
| **Edge para Windows y MacOS**                 | +90     |

### Compatibilidad para móviles

| Navegador                         | Versión |
| --------------------------------- | ------- |
| **Google Chrome para Android**    | +82     |
| **Safari para iOS**               | +12     |
| **Chrome para iOS**               | +14.3   |
| **Firefox para Android**          | +82     |
| **Opera para Android**            | +63     |
| **Edge para Android**             | +90     |
| **Samsung Internet para Android** | +10     |

{% hint style="info" %}
Esta tabla no incluye compatibilidad para funciones específicas actuales o futuras, y se mantendrá actualizada semestralmente para asegurar la comunicación por videollamada e integraciones web.
{% endhint %}

## Errores conocidos (vigentes)

<table><thead><tr><th width="147">OS<select multiple><option value="hejVzgQ2hrbu" label="iOS" color="blue"></option><option value="MtH5FwMqv250" label="Android" color="blue"></option><option value="RFuzWEA6evYc" label="Windows" color="blue"></option><option value="kfSc9RPmeHKW" label="MacOS" color="blue"></option><option value="9E049909PGEJ" label="Linux" color="blue"></option></select></th><th width="110">Browser<select multiple><option value="7JsGjPIvEfqx" label="Safari" color="blue"></option><option value="3qN34OZkldaA" label="Chrome" color="blue"></option><option value="0xRMYK4IgFta" label="Opera" color="blue"></option><option value="0B7tyHSNxPwo" label="Microsoft Edge" color="blue"></option><option value="VIt7Iyd4rsiI" label="Samsung Internet" color="blue"></option><option value="5c1eVB5nP6Vs" label="Brave" color="blue"></option></select></th><th width="121">Version OS</th><th width="160">Version browser</th><th>Descripción</th></tr></thead><tbody><tr><td><span data-option="hejVzgQ2hrbu">iOS</span></td><td><span data-option="7JsGjPIvEfqx">Safari</span></td><td>17.x</td><td>-</td><td>No es posible hacer uso de la cámara en cualquier navegador desde 17.x, <a href="https://bugs.webkit.org/show_bug.cgi?id=264610">reporte</a>. Como parche permitimos el acceso solo con micrófono.</td></tr></tbody></table>

{% hint style="danger" %}
Ninguno de nuestros productos da soporte para navegadores menores a las versiones mencionadas anteriormente. Windows Phone no es compatible con tecnología WebRTC.

**Recomendamos mantener actualizado su navegador preferido por razones de seguridad, compatibilidad y rendimiento.**
{% endhint %}


---

# 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://docs.videsk.io/compatibilidad.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.
