Skip to content

Releases: opentok/OpenTok-Ruby-SDK

Release v3.0.1

09 Jan 00:19
Compare
Choose a tag to compare

Upgraded dependency version (#155)

Release v3.0.0

11 Oct 19:02
Compare
Choose a tag to compare

Updating the version of httparty to 0.15. This is a breaking change because we require Ruby >= 2.0.0 now.

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: