mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-10 21:55:19 +00:00
`ElementCallConfiguration` was every URL parameter, which put the widget plumbing (widgetId, parentUrl, isWidget), the user's identity, the homeserver, the analytics and Sentry settings, and the standalone app's shared room secret in front of a host that has no business setting any of them — the component reads none of those. It is now the behavioural configuration a widget's URL can carry plus the two properties a host has a say in: the theme and the background. The background is now actually applied to the component's root, which it was not before. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>