From 42cae82e69ce63204eb297ea0448d55c9e2e9ddc Mon Sep 17 00:00:00 2001 From: rra Date: Thu, 7 May 2020 17:19:12 +0200 Subject: [PATCH] Update 'content/instant-messaging/server-support-for-audio-video-calls.md' --- .../server-support-for-audio-video-calls.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/instant-messaging/server-support-for-audio-video-calls.md b/content/instant-messaging/server-support-for-audio-video-calls.md index f4666a5..8cef4cb 100644 --- a/content/instant-messaging/server-support-for-audio-video-calls.md +++ b/content/instant-messaging/server-support-for-audio-video-calls.md @@ -113,3 +113,20 @@ Then, before the 'Virtual Hosts' section add: And replace the value of `turncredentials_secret` with the value of `static-auth-secret` in `/etc/turnserver.conf` +Finishing up +--- +Start `coturn` and enable it start on boot + +:::console +sudo systemctl enable --now coturn + +Restart `prosody` + +:::console +/etc/init.d/prosody restart + +Finally to check if it works you can add check your server with the web-based [Conversations Compliance tester](https://compliance.conversations.im/) + +Thanks & Acknowledgements +--- +Thanks to the [example config of Wiktor](https://github.com/wiktor-k/coturn) and the [Prosody documentation](https://prosody.im/doc/coturn) \ No newline at end of file