Network-based calls
Network-based calls follow a 2-legged flow.
- FreJun makes the first call to the user's mobile phone.
- On Answering, the second call is made to the intended callee.
tip
Network-based calls can be useful when the user doesn't have a stable internet connection for VoIP calls.
Initiating a Network-based call
POST /api/v1/integrations/create-call/
Headers
Name | Value |
---|---|
Authorization | Bearer Access Token |
Content-Type | application/json |
Payload
Response
{
"success": true,
"message": "Successfully initiated the call",
"data": {
"status": 4,
"info": "on-going",
"event_id": 123,
"call_id": 456,
"candidate_name": "John Doe"
}
}