add new features like realtime 2026-05-29-01

This commit is contained in:
Hamza-Ayed
2026-05-29 01:38:07 +03:00
parent 68f6bbcce1
commit ac5f73958e
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ try {
exit;
}
$callerName = trim($ride['first_name'] . ' ' . $ride['last_name']);
$callerName = trim($encryptionHelper->decryptData($ride['first_name'] ?? '') . ' ' . $encryptionHelper->decryptData($ride['last_name'] ?? ''));
// 2. Query Node.js signaling server to establish session
$url = (getenv('VOICE_CALL_SERVER_URL') ?: 'https://calls.intaleqapp.com') . '/sessions';