Java
See our releases on GitHub for more detailed changelogs
v15
What's Changed
- Updated Models for Messaging Callbacks
Callback
is now a oneOfInboundCallback
orStatusCallback
InboundCallback
should be used for all inbound callbacksStatusCallback
should be used for all status updates of created messages
TracksEnum
added to support lowercase track values for theStartStream
Verb
v14
What's Changed
- TFV Status Enum values updated
PARTIALLY_VERIFIED
andINVALID_STATUS
have been removed
v13
What's Changed
- Messaging Callbacks consolidated into one model
InboundMessageCallback
,MessageSendingCallback
,MessageDeliveredCallback
, andMessageFailedCallback
are nowMessageCallback
v12
What's Changed
callUrl
andmemberUrl
fields are now of typeURI
instead ofString
.
v11
What's Changed
recordingName
field has been added to theCallRecordingMetadata
object.- Call transcription properties
detectedLanguage
andtrack
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 totranscript
to properly reflect the API response.
v9
What's Changed
- Generated an entirely new SDK using the open-source OpenAPI Generator Library
- Rewrote the BXML library