diff --git a/src/hooks/useRedirectionRule.ts b/src/hooks/useRedirectionRule.ts index 8626355..260aef8 100644 --- a/src/hooks/useRedirectionRule.ts +++ b/src/hooks/useRedirectionRule.ts @@ -94,9 +94,6 @@ export function getRedirectionRule( if (path.startsWith("/p2p-call")) { const callUuid = path.replace("/p2p-call/", ""); - if (hasAuth && !ongoingCall && callUuid) { - return `/join?callUid=${callUuid}`; - } if (hasAuth && !ongoingCall) { return "/create";