You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/turn-howto.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,13 @@ TURN server.
11
11
12
12
The following sections describe how to install [coturn](<https://github.com/coturn/coturn>) (which implements the TURN REST API) and integrate it with synapse.
13
13
14
+
## Requirements
15
+
16
+
For TURN relaying with `coturn` to work, it must be hosted on a server/endpoint with a public IP.
17
+
18
+
Hosting TURN behind a NAT (even with appropriate port forwarding) is known to cause issues
0 commit comments