TP-89230 | call id inclusion

This commit is contained in:
varnit goyal
2024-12-06 17:35:06 +05:30
parent 1d7156f443
commit b5c5a266ff

View File

@@ -74,7 +74,7 @@ function extractUserCallModelUpdatedPush(rawResponse) {
userCRTObjectId = userCRTObjectId.replace('%40', '@');
const phoneNumber = parsedObject?.phone;
const lan = parsedObject?.loanaccountnumber;
const callId = parsedObject?.unique_id;
const callId = parsedObject?.unique_id || parsedObject?.callid;
localStorage.setItem(
'revEngCustomerInfo',
JSON.stringify({phoneNumber, lan, crtObjectId, userCRTObjectId, callId})