Interface VoiceWebhookCallEvent
- All Known Subinterfaces:
AnsweredCallEvent
,DisconnectedCallEvent
,IncomingCallEvent
public interface VoiceWebhookCallEvent
VoiceWebhookCallEvent
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionThe unique application key.A string that can be used to pass custom information related to the call.The timestamp in UTC format.
-
Method Details
-
getTimestamp
Instant getTimestamp()The timestamp in UTC format.- Returns:
- timestamp
-
getCustom
String getCustom()A string that can be used to pass custom information related to the call.- Returns:
- custom
-
getApplicationKey
String getApplicationKey()The unique application key. You can find it in the Sinch dashboard.- Returns:
- applicationKey
-