mirror of
https://github.com/element-hq/element-call.git
synced 2026-04-05 16:15:46 +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.