diff --git a/app/mobile/src/context/useRingContext.hook.js b/app/mobile/src/context/useRingContext.hook.js index 43890083..21d6a795 100644 --- a/app/mobile/src/context/useRingContext.hook.js +++ b/app/mobile/src/context/useRingContext.hook.js @@ -404,7 +404,7 @@ export function useRingContext() { } calling.current = { }; - updateState({ callStatus: "dialing", callId }); + updateState({ callStatus: "dialing", cardId }); // create call const { server, token } = access.current;