Skip to content

Releases: opentok/Opentok-Python-SDK

v3.11.0 release

14 Feb 17:46
Compare
Choose a tag to compare
  • OpenTok SDK now accepts Vonage credentials so it's possible to use the existing OpenTok SDK with the Vonage Video API
  • Add additional headers to some requests
  • Internal changes to the Opentok.create_session method

v3.10.0 release

14 Feb 17:44
678e6e7
Compare
Choose a tag to compare
  • 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 setting use_jwt=False when generating a token.

v3.9.2 release

03 Jan 18:23
Compare
Choose a tag to compare
  • Migrate from using python-jose with native-python cryptographic backend to the pyjwt package

v3.9.1 release

23 Dec 14:47
Compare
Choose a tag to compare
  • Fix a bug with SIP options in the Opentok.dial method

v3.9.0 release

13 May 13:05
dd0ffb8
Compare
Choose a tag to compare
  • Add publisher_only role that can be specified when generating a token.

v3.8.1 release

08 Sep 12:36
186d92e
Compare
Choose a tag to compare
  • Fixed an issue with the opentok.create_session method

v3.8.0 release

07 Sep 13:21
0043355
Compare
Choose a tag to compare

v3.7.1 release

07 Sep 13:20
98f05f7
Compare
Choose a tag to compare
  • Fixed an issue with end-to-end encryption not being called correctly when creating a new session

v3.7.0 release

21 Aug 14:58
132c8d4
Compare
Choose a tag to compare
  • Added the maxBitrate parameter to the Client.start_broadcast method
  • Added the hlsStatus parameter to the Broadcast object
  • Added the streams parameter so specific streams can be chosen to be included in a SIP call when using the Client.dial method

v3.6.1 release

05 Jul 12:35
e502713
Compare
Choose a tag to compare
  • Fixed broken opentok.Client.add_archive_stream, opentok.Client.remove_archive_stream, opentok.Client.add_broadcast_stream and opentok.Client.remove_broadcast_stream methods and tests
  • Fixed opentok.Endpoints.get_archive_stream and opentok.Endpoints.get_broadcast_stream methods