Skip to main content

Java

See our releases on GitHub for more detailed changelogs

v13

What's Changed

  • Messaging Callbacks consolidated into one model
    • InboundMessageCallback, MessageSendingCallback, MessageDeliveredCallback, and MessageFailedCallback are now MessageCallback

v12

What's Changed

  • callUrl and memberUrl fields are now of type URI instead of String.

v11

What's Changed

  • recordingName field has been added to the CallRecordingMetadata object.
  • Call transcription properties detectedLanguage and track are now proper enums. They were previously strings.

v10

What's Changed

  • Real-time Transcriptions added. Method names for recordings and call transcriptions have changed.
  • Call transcription property text has been updated to transcript to properly reflect the API response.

v9

What's Changed