diff --git a/plinth/modules/coturn/templates/coturn.html b/plinth/modules/coturn/templates/coturn.html index f90905bd8..d5dae8706 100644 --- a/plinth/modules/coturn/templates/coturn.html +++ b/plinth/modules/coturn/templates/coturn.html @@ -16,10 +16,8 @@ Use the following URLs to configure your communication server: {% endblocktrans %} -
stun:{{ config.realm }}:3478?transport=udp
-stun:{{ config.realm }}:3478?transport=tcp
-turn:{{ config.realm }}:3478?transport=udp
-turn:{{ config.realm }}:3478?transport=tcp
+
{% for uri in config.uris %}{{ uri }}
+{% endfor %}

@@ -27,6 +25,6 @@ turn:{{ config.realm }}:3478?transport=tcp Use the following shared authentication secret: {% endblocktrans %} -

{{ config.static_auth_secret }}
+
{{ config.shared_secret }}

{% endblock %}