> For the complete documentation index, see [llms.txt](https://docs.proxyshard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxyshard.com/technologies-and-capabilities/about-udp/webrtc-software-solutions.md).

# Программные решения для включения WebRTC

#### Для полноценной работы WebRTC, требуется программное обеспечение, которое поддерживает работу с UDP ASSOCIATE.

Примеры поддерживаемого ПО для разных операционных систем:

<mark style="color:purple;">**Antidetect browser:**</mark>

* [<mark style="color:$success;">Vision</mark>](/usage-instructions/antidetect-browsers/vision-browser.md) - поддерживает полноценную работу UDP и рабочий QUIC.

{% hint style="success" %}
На сегодняшний день связка наших [ISP Proxy](https://dashboard.proxyshard.com/en/isp-proxy) и браузера [Vision](/usage-instructions/antidetect-browsers/vision-browser.md) является самой актуальной и правильной при работе с UDP на прокси. Также на ISP Proxy имеется поддержка смены p0f, что делает невозможным обнаружение прокси по любым параметрам!
{% endhint %}

<mark style="color:purple;">**Windows:**</mark>

* ProxiFyre + Windows Packet Filter
* Win2Socks
* Netch
* [ClashX](/usage-instructions/windows/clashx.md)
* [V2rayN](/usage-instructions/windows/v2rayn.md)

<mark style="color:purple;">**macOS:**</mark>

* [V2Box](/usage-instructions/ios-android/v2box.md)
* Proximac (устарело)

<mark style="color:purple;">**Linux:**</mark>

* proxychains-NG + go-tun2socks
* redsocks-ng

<mark style="color:purple;">**Android:**</mark>

* Clash for Android
* SocksDroid
* [Super Proxy](/usage-instructions/ios-android/super-proxy.md)
* [V2Box](/usage-instructions/ios-android/v2box.md)
* [Potatso](/usage-instructions/ios-android/potatso.md)

{% hint style="info" %}
Актуальный список, который всегда пополняется, вы можете посмотреть в "[Инструкции по использованию](/usage-instructions/getting-started.md)"
{% 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.proxyshard.com/technologies-and-capabilities/about-udp/webrtc-software-solutions.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.
