summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-30 15:00:30 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-30 15:00:30 +0100
commit0dd33f1803909172ba3b22a3964d84b46e77766b (patch)
treebf53eadd037c35c8b88215aaee61f39206510acc /synapse
parentSwitch to dimension's URL (diff)
downloadsynapse-anoa/bbb.tar.xz
Update dimension widget URL github/anoa/bbb anoa/bbb
Diffstat (limited to 'synapse')
-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 3a47d6ca56..65e373ea43 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:8184/api/v1/dimension/bigbluebutton/widget", + "widget_build_url": "http://localhost:8184/api/v1/dimension/bigbluebutton/widget_state", } })