diff options
| author | Luke Smith <Luke Smith> | 2022-07-01 08:13:25 -0400 |
|---|---|---|
| committer | Luke Smith <Luke Smith> | 2022-07-01 08:13:25 -0400 |
| commit | a6b6ab9f848d74d49072b7595dfd30297dacb9e7 (patch) | |
| tree | b544de036a79f34ac9804bc21f85b2730665a652 /content | |
| parent | b25dd6ddca16b79dc5442d6d368b56d3a5ac2e2b (diff) | |
| parent | 2dc95817a75affc52893bb9aff65c14c1c133dbd (diff) | |
Merge branch 'master' of github.com:LukeSmithxyz/landchad
Diffstat (limited to 'content')
| -rw-r--r-- | content/coturn.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/coturn.md b/content/coturn.md index 25c1a34..5dd60b3 100644 --- a/content/coturn.md +++ b/content/coturn.md @@ -1,13 +1,14 @@ --- title: "Coturn" date: 2022-03-29 +short_desc: 'A STUN and TURN server that allows users to perform WebRTC calls while being behind NATs.' icon: "webrtc.svg" img: "webrtc.svg" tags: ['service'] --- [Coturn](https://github.com/coturn/coturn) is a libre **STUN** and -**TURN** server software that allows users of chat protcols (Such as +**TURN** server software that allows users of chat protocols (Such as [XMPP](/prosody) and [Matrix](/matrix)) to perform WebRTC **voice and video calls** despite them being behind NATs. |
