Releases: opentok/Opentok-Python-SDK
Releases · opentok/Opentok-Python-SDK
v3.7.1 release
- Fixed an issue with end-to-end encryption not being called correctly when creating a new session
v3.7.0 release
- Added the
maxBitrateparameter to theClient.start_broadcastmethod - Added the
hlsStatusparameter to theBroadcast object - Added the
streamsparameter so specific streams can be chosen to be included in a SIP call when using theClient.dialmethod
v3.6.1 release
- Fixed broken
opentok.Client.add_archive_stream,opentok.Client.remove_archive_stream,opentok.Client.add_broadcast_streamandopentok.Client.remove_broadcast_streammethods and tests - Fixed
opentok.Endpoints.get_archive_streamandopentok.Endpoints.get_broadcast_streammethods
v3.6.0 release
Release v3.6.0
- Added auto-archive improvements to the
opentok.Client.create_sessionmethod
to customize automatically created archives:archive_nameparameterarchive_resolutionparameter
- 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
hasAudioandhasVideo
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_archiveandstart_broadcastmethods - 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
screenshareTypeoption for screenshare layouts