Python
See our releases on GitHub for more detailed changelogs
v18
What's Changed
- Messaging Callbacks consolidated into one model
InboundMessageCallback
,MessageSendingCallback
,MessageDeliveredCallback
, andMessageFailedCallback
are nowMessageCallback
v17
What's Changed
- Real-time Transcriptions added. Method names for recordings and call transcriptions have changed.
- Call transcription properties
detectedLanguage
andtrack
are now proper enums. They were previously strings. - Call transcription property
text
has been updated totranscript
to properly reflect the API response.
v16
What's Changed
- The
body
property of theupload_media
method in theMediaApi
must be of typebytes
orstring
,bytearray
is no longer accepted.
v15
What's Changed
- Generated an entirely new SDK using the open-source OpenAPI Generator Library
- Rewrote the BXML library