Class CallEvent
java.lang.Object
com.sinch.sdk.domains.voice.models.webhooks.WebhooksEvent
com.sinch.sdk.domains.voice.models.webhooks.CallEvent
- Direct Known Subclasses:
AnsweredCallEvent
,DisconnectCallEvent
,IncomingCallEvent
,PromptInputEvent
Base class for webhooks call event
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CallEvent.Builder
<?> builder()
A string that can be used to pass custom information related to the call.Event timestamptoString()
Methods inherited from class com.sinch.sdk.domains.voice.models.webhooks.WebhooksEvent
getCallId, getVersion
-
Method Details
-
getTimestamp
Event timestamp- Returns:
- Timestamp value
-
getCustom
A string that can be used to pass custom information related to the call.- Returns:
- The custom value used for call
-
toString
- Overrides:
toString
in classWebhooksEvent
-
builder
-