This commit is contained in:
Roland Osborne 2023-04-14 12:30:16 -07:00
parent 84414ad499
commit b03c1b0249

View File

@ -404,7 +404,7 @@ export function useRingContext() {
}
calling.current = { };
updateState({ callStatus: "dialing", callId });
updateState({ callStatus: "dialing", cardId });
// create call
const { server, token } = access.current;