Releases: opentok/Opentok-Python-SDK
Releases · opentok/Opentok-Python-SDK
v3.11.0 release
v3.10.0 release
- Add new
max_bitrate
option for archives - Change to create JWTs by default in the
Client.generate_token
method. T1 tokens can still be created by settinguse_jwt=False
when generating a token.
v3.9.2 release
- Migrate from using
python-jose
with native-python cryptographic backend to thepyjwt
package
v3.9.1 release
- Fix a bug with SIP options in the
Opentok.dial
method
v3.9.0 release
- Add
publisher_only
role that can be specified when generating a token.
v3.8.1 release
- Fixed an issue with the
opentok.create_session
method
v3.8.0 release
- Added support for the Captions API
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
maxBitrate
parameter to theClient.start_broadcast
method - Added the
hlsStatus
parameter to theBroadcast object
- Added the
streams
parameter so specific streams can be chosen to be included in a SIP call when using theClient.dial
method
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