From 7d760547fd26b538c1145d492db99033d9c03351 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Sun, 16 Apr 2023 17:15:56 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ed8dda1..6f81d4e6 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,8 @@ Instruction for installing without a container in AWS are [here](/doc/aws.md). Databag depends on a separate STUN/TURN relay server to provide audio and video calls. We've tested with both [cuturn](https://github.com/coturn/coturn) and [pion](https://github.com/pion/turn), but you should be able to use any implementation. Instruction for installing a coturn server are provided [here](https://gabrieltanner.org/blog/turn-server/). -If you want to enable audio and video calls, you need setup your own relay server. For testing purposes you can however use the demo relay server: +If you want to enable audio and video calls, you need setup your own relay server. For testing purposes you can however use the demo relay server configuration. In the admin page set: + - Enable WebRTC Calls: - WebRTC Server URL: turn:34.210.172.114:3478?transport=udp - WebRTC Username: user - WebRTC Password: pass