Skip to content

Releases: opentok/OpenTok-Ruby-SDK

Release v2.5.0

26 Sep 01:00
Compare
Choose a tag to compare

This updates includes the following change:

Thanks @herestomwiththeweather!

Release v2.4.1

04 Jul 05:44
Compare
Choose a tag to compare

Release v2.4.0

09 Jun 03:03
Compare
Choose a tag to compare

This updates includes the following changes:

As well as:

  • Updates JS code in samples to use latest API and best practices (#140 and #144)
  • Removes generated HTML docs from this repo
  • Updates documentation

Release v2.4.0.beta.1

22 Apr 06:42
Compare
Choose a tag to compare
Release v2.4.0.beta.1 Pre-release
Pre-release

This update includes support for the initial_layout_class_list feature of tokens.

Release v2.3.4

24 Mar 22:19
Compare
Choose a tag to compare

This update addresses an issue with loading the opentok gem in certain Rails based projects. (see: #109, #113. thanks @LuckDragon82!)

Release v2.3.3

06 Aug 23:27
Compare
Choose a tag to compare

This release adds an internal option on the OpenTok initializer used to customize the User Agent string. (#108)

Release v2.3.2

15 Jul 17:50
Compare
Choose a tag to compare

This release fixes an issue where connection timeouts are too aggressive. It doubles the time allowed while also only counting the time it takes for TCP connect to finish, not the entire HTTP response to be received (#106 thanks @dramalho)

Release v2.3.0

04 Jun 20:52
Compare
Choose a tag to compare

New archiving features:

  • Automatically archived sessions -- See the :archive_mode option of the OpenTok#create_session() method.
  • Audio-only or video-only archives -- See the :has_audio and :has_video parameters of the OpenTok#archives.create() method.
  • Individual archiving -- See the :output_mode parameter of the OpenTok#archives.create() method.
  • Paused archives -- When no clients are publishing to a session being archived, its status changes to "paused". See Archive#status.

Other improvements:

Release v2.2.4

17 Feb 05:36
Compare
Choose a tag to compare
  • Ruby 2.2.0 compatibility (thanks @superacidjax) #80
  • Uses updated REST API for archives.create and archives.stop_by_id #49 #88
  • Adds rake console task for gem authors #91

Release v2.2.3

23 Sep 20:59
Compare
Choose a tag to compare

This version fixes a bug related to users on Windows receiving an OpenTokAuthenticationError exception because of a bug in an older version of the httparty gem. See #60