Releases: opentok/Opentok-Python-SDK
Releases · opentok/Opentok-Python-SDK
v3.6.1 release
- Fixed broken
opentok.Client.add_archive_stream
,opentok.Client.remove_archive_stream
,opentok.Client.add_broadcast_stream
andopentok.Client.remove_broadcast_stream
methods and tests - Fixed
opentok.Endpoints.get_archive_stream
andopentok.Endpoints.get_broadcast_stream
methods
v3.6.0 release
Release v3.6.0
- Added auto-archive improvements to the
opentok.Client.create_session
method
to customize automatically created archives:archive_name
parameterarchive_resolution
parameter
- Added the option to append to the user-agent, which can be done with
opentok.Client.append_to_user_agent('my-appended-string')
- Added the option to specify audio-only or video-only broadcasts with the new booleans
hasAudio
andhasVideo
when starting a broadcast or adding new streams to a broadcast.
v3.5.0 release
- Support for end-to-end encryption (E2EE) that can be specified by a user when creating an OpenTok session.
Release 3.4.0
- Support for Audio Connector API via connect_audio_to_websocket method
Release 3.3.0
- Support for Experience Composer (Render) API
- Support for multiple archives and broadcasts in the
start_archive
andstart_broadcast
methods - Support for low latency and DVR modes
- Documented more methods in README
- Updated some out-of-date dependencies
Release v3.2.0
3.2.0b1
Added
- Added mute/muteall functionality
Release v3.1.0
Added
- #188 - Added support for archive layouts, as well as the new
screenshareType
option for screenshare layouts
Release v3.0.1
Changes
- Fixed
readme.rst
not displaying properly on Pypi
Thank you for your support and we are definitely excited to release even more exciting updates!! Stay tuned!!
Release v3.0.0
🎉 Version 3.0 Changes
- Verb to Noun format to make the SDK code more human-readable and maintain consistency with industry standard
- Renamed the Opentok class to Client to ensure compliance with best practice and industry standards
- Improved JWT generation
- Improved error handling
- Fixed Enum34 related issues