summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-28 18:42:52 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-28 18:42:52 +0100
commite2582a5dd7031200617a6b94ea67353dc8756bda (patch)
treebf1a2f37f870e85a427b044c887514430b420106
parentAdd Element call information to well-known client json (diff)
downloadsynapse-e2582a5dd7031200617a6b94ea67353dc8756bda.tar.xz
Switch to dimension's URL
-rw-r--r--synapse/rest/well_known.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/well_known.py b/synapse/rest/well_known.py
index 21e921f129..3a47d6ca56 100644
--- a/synapse/rest/well_known.py
+++ b/synapse/rest/well_known.py
@@ -42,7 +42,7 @@ class WellKnownBuilder:
         # Point to BigBlueButton widget for calls
         result.update({
             "io.element.call_behaviour": {
-                "widget_build_url": "http://localhost:9999/bigbluebutton-widget.json",
+                "widget_build_url": "http://localhost:8184/api/v1/dimension/bigbluebutton/widget",
             }
         })