Compare commits

...

3 Commits

Author SHA1 Message Date
Andrew Morgan
0dd33f1803 Update dimension widget URL 2021-04-30 15:00:30 +01:00
Andrew Morgan
e2582a5dd7 Switch to dimension's URL 2021-04-28 18:42:52 +01:00
Andrew Morgan
a195efa1fe Add Element call information to well-known client json 2021-04-28 16:41:37 +01:00

View File

@@ -39,6 +39,13 @@ class WellKnownBuilder:
result = {"m.homeserver": {"base_url": self._config.public_baseurl}}
# Point to BigBlueButton widget for calls
result.update({
"io.element.call_behaviour": {
"widget_build_url": "http://localhost:8184/api/v1/dimension/bigbluebutton/widget_state",
}
})
if self._config.default_identity_server:
result["m.identity_server"] = {
"base_url": self._config.default_identity_server