diff options
author | rht <rhtbot@protonmail.com> | 2021-01-20 07:41:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 12:41:57 +0000 |
commit | a5b9c87ac688840e485832025b55d1c2fd2cdd9a (patch) | |
tree | a93e0a236545b43c5c904a8b92aba1eaf3672d1b /docs | |
parent | Merge remote-tracking branch 'origin/develop' into release-v1.26.0 (diff) | |
download | synapse-a5b9c87ac688840e485832025b55d1c2fd2cdd9a.tar.xz |
docs: Add link to Matrix VoIP tester for turn-howto (#9135)
Signed-off-by: rht <rhtbot@protonmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/turn-howto.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/turn-howto.md b/docs/turn-howto.md index a470c274a5..e8f13ad484 100644 --- a/docs/turn-howto.md +++ b/docs/turn-howto.md @@ -232,6 +232,12 @@ Here are a few things to try: (Understanding the output is beyond the scope of this document!) + * You can test your Matrix homeserver TURN setup with https://test.voip.librepush.net/. + Note that this test is not fully reliable yet, so don't be discouraged if + the test fails. + [Here](https://github.com/matrix-org/voip-tester) is the github repo of the + source of the tester, where you can file bug reports. + * There is a WebRTC test tool at https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/. To use it, you will need a username/password for your TURN server. You can |