Skip to content

Releases: opentok/Opentok-Python-SDK

Release v3.2.0

03 Feb 13:38
Compare
Choose a tag to compare
  • Mute all and mute stream functionality #192, #197, #199
  • Added selective stream feature to Archive and Broadcast objects. #196
  • Added PlayDTMF functionality to SipCall object #194
  • Added SIP video outbound flag to SipCall.dial method #194
  • Added the ObserveForceMute flag to SipCall.dial method #193

3.2.0b1

02 Jun 16:32
8422a2d
Compare
Choose a tag to compare
3.2.0b1 Pre-release
Pre-release

Added

  • Added mute/muteall functionality

Release v3.1.0

11 Mar 15:27
d7607c1
Compare
Choose a tag to compare

Added

  • #188 - Added support for archive layouts, as well as the new screenshareType option for screenshare layouts

Release v3.0.1

29 Jan 00:58
f7b8211
Compare
Choose a tag to compare

Changes

  • Fixed readme.rst not displaying properly on Pypi

Thank you for your support and we are definitely excited to release even more exciting updates!! Stay tuned!!

Release v3.0.0

29 Jan 00:50
91510ec
Compare
Choose a tag to compare

🎉 Version 3.0 Changes

  • Verb to Noun format to make the SDK code more human-readable and maintain consistency with industry standard
  • Renamed the Opentok class to Client to ensure compliance with best practice and industry standards
  • Improved JWT generation
  • Improved error handling
  • Fixed Enum34 related issues

v2.11.0

11 Jan 17:23
Compare
Choose a tag to compare
v2.11.0 Pre-release
Pre-release

Fixing issues with Enum34.

Release v2.10.0

17 Sep 21:59
Compare
Choose a tag to compare

Release v2.9.0

17 Sep 17:38
Compare
Choose a tag to compare
  • Added SIP Dial API
  • Added Set Stream Class Lists API

Thanks @normanargueta!

Release v2.8.0

06 Sep 19:50
Compare
Choose a tag to compare
  • List Archives filtration by sessionId (#137 )
  • Added Update Archive Layout functionality (#139)

Release v2.7.0

16 Aug 23:25
Compare
Choose a tag to compare

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