Class AnsweredCallEvent
java.lang.Object
com.sinch.sdk.domains.voice.models.webhooks.WebhooksEvent
com.sinch.sdk.domains.voice.models.webhooks.CallEvent
com.sinch.sdk.domains.voice.models.webhooks.AnsweredCallEvent
This callback is made when the call is picked up by the callee (person receiving the call).
It's a POST request to the specified calling callback URL. Look here for allowed instructions
and actions
.
If there is no response to the callback within the timeout period, the call is connected.
If you have Answering Machine Detection (AMD) enabled, the amd object will also be present on ACE callbacks.
Note: ACE Callbacks are not issued for InApp Calls (destination: username), only PSTN and SIP calls.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AnsweredCallEvent.Builder<B extends AnsweredCallEvent.Builder<B>>
-
Method Summary
Methods inherited from class com.sinch.sdk.domains.voice.models.webhooks.CallEvent
getCustom, getTimestamp
Methods inherited from class com.sinch.sdk.domains.voice.models.webhooks.WebhooksEvent
getCallId, getVersion