Skip to main content

Python

See our releases on GitHub for more detailed changelogs

v17

v16

v15

What's Changed

v17

  • Real-time Transcriptions added. Method names for recordings and call transcriptions have changed.
  • Call transcription properties detectedLanguage and track are now proper enums. They were previously strings.
  • Call transcription property text has been updated to transcript to properly reflect the API response.

v16

  • The body property of the upload_media method in the MediaApi must be of type bytes or string, bytearray is no longer accepted.

v15