We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ef6e5 commit 8584521Copy full SHA for 8584521
src/room/GroupCallView.tsx
@@ -420,7 +420,7 @@ export const GroupCallView: FC<Props> = ({
420
// If an ElementCallError was recorded, then create a component that will fail to render and throw
421
// the error. This will then be handled by the ErrorBoundary component.
422
const ErrorComponent = (): ReactNode => {
423
- throw enterRTCError;
+ throw error;
424
};
425
body = <ErrorComponent />;
426
} else if (isJoined) {
0 commit comments