Release Notes - Python
This page will provide you with updates on all releases of the Python SDK.
v0.3.4
Release Date: 25th June 2026
Changelog:
- Improved STUN/TURN relay connectivity for media connections.
v0.3.3
Release Date: 20th May 2026
Changelog:
- Participant statistics:
get_audio_stats,get_video_stats,get_share_stats,get_share_audio_stats, andasync_get_transport_stats. - Switch meeting:
Meeting.switch_to()moves the local participant into another meeting. - Transcription: added a
languageoption toTranscriptionConfig. - AI agent participant and agent events updated.
v0.2.6
Release Date: 30th September 2025
Changelog:
- Fixed screen-share (
shareandshareAudio) stream handling. - Data channel: correct handling of raw byte payloads.
- Fixed the cloud-proxy URL.
v0.2.1
Release Date: 4th September 2025
Changelog:
- Data channel: send string or byte messages with
meeting.send(...)usingRELIABLEorUNRELIABLEreliability modes, and receive them with theon_dataevent.
v0.2.0
Release Date: 2nd July 2025
Changelog:
- AI agents: agent participant type and agent lifecycle events.
- Exposed
session_idon the meeting. - Observability: session traces and attributes, with the SDK name and version reported on join.
v0.1.0
Release Date: 14th May 2025
Changelog:
- Introduced the Character Worker framework.
v0.0.7
Release Date: 15th March 2025
Changelog:
- Screen-share events for remote participants.
- Support for
peer_typewhen joining a meeting, and a configurable buffer size for remote streams.
v0.0.3
Release Date: 9th July 2024
Changelog:
capture_imageandasync_capture_imagenow return a base64-encoded string (previously a PIL Image).
v0.0.2
Release Date: 25th June 2024
Changelog:
- Foundation (Beta): Python SDK support for realtime and post-call transcription, cloud recordings, and AI/ML pipelines on the media stream.
- Participant: added the
capture_imagemethod on a participant. - Bug fixes.
v0.0.1
Release Date: 25th June 2024
Changelog:
- Foundation (Beta): initial Python SDK for audio and video calling.
Got a Question? Ask us on discord

