Merge branch 'livekit' into robin/posthog-logout

This commit is contained in:
Robin
2025-03-24 10:10:28 -04:00
107 changed files with 6476 additions and 682 deletions

View File

@@ -347,7 +347,7 @@ export const ClientProvider: FC<Props> = ({ children }) => {
}, [initClientState, onSync]);
if (alreadyOpenedErr) {
return <ErrorPage error={alreadyOpenedErr} />;
return <ErrorPage widget={widget} error={alreadyOpenedErr} />;
}
return (