Releases: opentok/Opentok-Python-SDK
Releases · opentok/Opentok-Python-SDK
v2.11.0
Fixing issues with Enum34.
Release v2.10.0
- Add Broadcast APIs
Thanks @normanargueta!
Release v2.9.0
- Added SIP Dial API
- Added Set Stream Class Lists API
Thanks @normanargueta!
Release v2.8.0
Release v2.7.0
Added resolution
parameter for start_archive
Added signal
API
Added force_disconnect
API
Added get_stream
API
Added list_streams
API
Thanks @normanargueta and @maikthomas
Release v2.6.0
Release v2.5.1
Changes:
- Exceptions now inherit from
Exception
instead ofBaseException
(#115, thanks @fernandogrd)
As well as:
Release v2.5.0
This updates includes the following changes:
- Adds support for the
initial_layout_class_list
field in tokens - Adds support for JWT
X-OPENTOK-AUTH
header, replacing the deprecatedX-TB-PARTNER-AUTH
header - Updates the REST API endpoint URL to use
/project/
replacing the deprecated/partner/
- Only include connection data in generated token if it's been defined
- Ensure backwards compatibility with Python 2.6
- Removes Python 3.2 from supported version because it's not supported by our dependency
As well as:
Release v2.5.0b1
This update adds support for the initial_layout_class_list
field in tokens.
Release v2.4.1
This update adds version information to the User-Agent string for analytics (#78)