Skip to content

Releases: opentok/Opentok-Python-SDK

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

v3.6.0 release

07 Jun 12:02
Compare
Choose a tag to compare

Release v3.6.0

  • Added auto-archive improvements to the opentok.Client.create_session method
    to customize automatically created archives:
    • archive_name parameter
    • archive_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 and hasVideo
    when starting a broadcast or adding new streams to a broadcast.

v3.5.0 release

09 May 17:03
Compare
Choose a tag to compare
  • Support for end-to-end encryption (E2EE) that can be specified by a user when creating an OpenTok session.

Release 3.4.0

14 Mar 18:21
4b4d82f
Compare
Choose a tag to compare
  • Support for Audio Connector API via connect_audio_to_websocket method

Release 3.3.0

12 Oct 15:46
4773b83
Compare
Choose a tag to compare
  • Support for Experience Composer (Render) API
  • Support for multiple archives and broadcasts in the start_archive and start_broadcast methods
  • Support for low latency and DVR modes
  • Documented more methods in README
  • Updated some out-of-date dependencies