mirror of
https://github.com/element-hq/element-call.git
synced 2026-07-27 23:31:28 +00:00
We were previously using the useGroupCallErrorBoundary hook to surface errors that happened during joining, but because that part is outside the GroupCallErrorBoundary it just ended up sending them to the app-level error boundary where they got displayed with a more generic message.