Uses of Class
com.sinch.sdk.domains.voice.models.webhooks.WebhooksEvent
Package
Description
Make and receive voice calls with our Voice API
Voice API webhooks related models
-
Uses of WebhooksEvent in com.sinch.sdk.domains.voice
Modifier and TypeMethodDescriptionWebHooksService.unserializeWebhooksEvent
(String jsonPayload) This function can be called to deserialize received payload onto callback onto proper java Voice event class -
Uses of WebhooksEvent in com.sinch.sdk.domains.voice.models.webhooks
Modifier and TypeClassDescriptionclass
This callback is made when the call is picked up by the callee (person receiving the call).class
Base class for webhooks call eventclass
This callback is made when the call is disconnected.class
This event, called the ICE event, can be triggered by either an incoming data call or an incoming PSTN call.class
This is the general callback used to send notifications.class
This callback is triggered as a result of arunMenu
action.