> 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/our-products/about-udp/webrtc-software-solutions.md).

# Software solutions for enabling WebRTC

#### Full WebRTC operation requires software that supports UDP ASSOCIATE.

Examples of supported software for different operating systems:

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

* [<mark style="color:$success;">Vision</mark>](/usage-instructions/antidetect-browsers.md#vision) - supports full UDP operation and working QUIC.

{% embed url="<https://docs.proxyshard.com/instrukciya-po-ispolzovaniyu/antidetect-browsers/vision-browser>" %}

{% hint style="success" %}
At the moment, the combination of our [ISP Proxy](https://dashboard.proxyshard.com/en/isp-proxy) and the [Vision](/usage-instructions/antidetect-browsers/vision-browser.md) browser is the most relevant and correct setup for using UDP with proxies. ISP Proxy also supports p0f switching, which makes proxy detection by any parameters impossible!
{% 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 (outdated)

<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)

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

* [V2Box](/usage-instructions/ios-android/v2box.md)
* [Potatso](/usage-instructions/ios-android/potatso.md)

{% hint style="info" %}
You can view the current list, which is constantly updated, in the [Setup guide](/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/our-products/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.
