We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59b7f52 + e69c25d commit d5fb3e2Copy full SHA for d5fb3e2
docs/advanced.md
@@ -177,3 +177,15 @@ matrixRTC:
177
sfu:
178
manualIP: "<your node public IP>"
179
```
180
+Optionally, if you don't want to use Google's STUN servers you can override this with `stun_servers`:
181
+
182
+```yml
183
+matrixRTC:
184
+ sfu:
185
+ additional:
186
+ stun.yaml:
187
+ config: |
188
+ rtc:
189
+ stun_servers:
190
+ - "example.com:3478"
191
+```
newsfragments/851.doc.md
@@ -0,0 +1 @@
1
+Document setting alternative STUN servers for MatrixRTC.
0 commit comments