Confirm Call


This request is used to confirm an incoming call.
This is normally used by devices who receives a message (push) that an incoming call is waiting.
With this call the device confirms the message is received and which status the device currently has.
When the status is allow, the device will be called.

For devices that are supporting FCM push messages the "INCOMING_CALL" notification has an field called "confirmationId", use this confirmationId in this API call to confirm the call.

Resource

POST /me/device/confirm_call

Parameters

None

Payload

An CallConfirmation object containing the incoming call confirmation info.

Response

None

Context

Authorization

User

Errors

Example

Request
POST https://xelion.nl/api/v1/master/me/device/confirm_call
Payload
{
    "confirmationId":"Local/+31642380420@local-channel-9e25,2",
    "status":"allow"
}