diff --git a/src/room/GroupCallView.tsx b/src/room/GroupCallView.tsx index d1086730..47cbbc87 100644 --- a/src/room/GroupCallView.tsx +++ b/src/room/GroupCallView.tsx @@ -420,7 +420,7 @@ export const GroupCallView: FC = ({ // If an ElementCallError was recorded, then create a component that will fail to render and throw // the error. This will then be handled by the ErrorBoundary component. const ErrorComponent = (): ReactNode => { - throw enterRTCError; + throw error; }; body = ; } else if (isJoined) {