This commit is contained in:
epoberezkin
2023-08-17 16:15:48 +00:00
parent 53e71ea97b
commit 3ba122fb72
32 changed files with 239 additions and 59 deletions
+1 -1
View File
@@ -738,7 +738,7 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
</div>
</div>
<div><p>| Updated 31.01.2023 | Languages: EN, <a href="/docs/lang/fr/WEBRTC.html">FR</a>, <a href="/docs/lang/cs/WEBRTC.html">CZ</a> |</p>
<div><p>| Updated 31.01.2023 | Languages: EN, <a href="/docs/lang/fr/webrtc.html">FR</a>, <a href="/docs/lang/cs/webrtc.html">CZ</a> |</p>
<h1 id="using-custom-webrtc-ice-servers-in-simplex-chat" tabindex="-1">Using custom WebRTC ICE servers in SimpleX Chat</h1>
<h2 id="deploy-stunturn-server" tabindex="-1">Deploy STUN/TURN server</h2>
<p>For this guide, we'll be using the most featureful and battle-tested STUN/TURN server implementation <a href="https://github.com/coturn/coturn"><code>coturn</code></a> and <a href="https://ubuntu.com/download/server"><code>Ubuntu 20.04 LTS</code></a> Linux distribution.</p>