Interface VoiceWebhookCallEvent

All Known Subinterfaces:
AnsweredCallEvent, DisconnectedCallEvent, IncomingCallEvent

public interface VoiceWebhookCallEvent
VoiceWebhookCallEvent
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Dedicated Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    The 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